1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00

python37Packages.fs: 2.3.1 -> 2.4.4

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-04-02 05:57:43 -07:00
parent 18aa59b0f2
commit 553ce28fc4

View file

@ -19,11 +19,11 @@
buildPythonPackage rec {
pname = "fs";
version = "2.3.1";
version = "2.4.4";
src = fetchPypi {
inherit pname version;
sha256 = "6c3f79a16dfcbf8a8f437f81dd8afaa3741285d9369574c48e1d27e40b0c980e";
sha256 = "0krf632nz24v2da7g9xivq6l2w9za3vph4vix7mm1k3byzwjnawk";
};
buildInputs = [ glibcLocales ];