Merge pull request #63360 from r-ryantm/auto-update/python3.7-fs

python37Packages.fs: 2.4.5 -> 2.4.7
This commit is contained in:
Mario Rodas 2019-06-19 21:57:36 -05:00 committed by GitHub
commit eb092c2c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fs"; pname = "fs";
version = "2.4.5"; version = "2.4.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1gv23ns9szdh1dgqzvc0r94qrv8fpjqj0xv99sniy2x3rxs2n0j2"; sha256 = "5e19251e939b10d50e4b58b0cf2862851794abcf4aa4387b67c69dd61e97b3dc";
}; };
buildInputs = [ glibcLocales ]; buildInputs = [ glibcLocales ];