python37Packages.fs: 2.4.5 -> 2.4.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fs/versions
This commit is contained in:
R. RyanTM 2019-06-17 11:11:44 -07:00 committed by Mario Rodas
parent b40e84736b
commit c514c27b7e
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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