python310Packages.python-fsutil: 0.9.1 -> 0.9.3

Changelog: https://github.com/fabiocaccamo/python-fsutil/blob/0.9.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-12 18:59:20 +01:00
parent c25c879d68
commit 5338ab8f13

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-fsutil";
version = "0.9.1";
version = "0.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fabiocaccamo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rMQjsGqdiXe8zS18hZQAro3UWyHPjNJYyQ/NAoxbE7k=";
hash = "sha256-fXfLXr8Zf3rQOkmfGx5SrbsFtw9AthohoV1NiRCOBM8=";
};
propagatedBuildInputs = [