Skip to content

Commit

Permalink
python310Packages.python-fsutil: 0.6.1 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 78bce16 commit 0e70a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-fsutil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "python-fsutil";
version = "0.6.1";
version = "0.7.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fabiocaccamo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Swq0kAZTM/zP3LXMkzZnp8KTI0YzGPIbWV2kKV1Dw0k=";
hash = "sha256-2T2C2bIOAdxppZxqI+QGE2R/+46LoqB7eNdlt4sVAd8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0e70a8e

Please sign in to comment.