Skip to content

Commit

Permalink
python37Packages.fs: 2.3.1 -> 2.4.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm committed Apr 2, 2019
1 parent 18aa59b commit 553ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fs/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 553ce28

Please sign in to comment.