python310Packages.pydeps: 1.12.10 -> 1.12.12

This commit is contained in:
R. Ryantm 2023-07-15 15:18:58 +00:00
parent 27f58aceb0
commit 2740697127

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pydeps";
version = "1.12.10";
version = "1.12.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "thebjorn";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HvcYM4yHO9eRmaNtOVbf7sc7E8FT+9bNIqF+ReWP99Y=";
hash = "sha256-upqlLEGxetkFiwHuwwf7c2wbqrXQcRSamRszYUTsyNk=";
};
buildInputs = [