python310Packages.pydeps: 1.12.13 -> 1.12.17

This commit is contained in:
R. Ryantm 2023-08-22 04:15:03 +00:00
parent a1a55a20a6
commit 5f7deca078

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pydeps";
version = "1.12.13";
version = "1.12.17";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "thebjorn";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-n4FmMqpCqxPmGJokfaxnruG9d5oodv6Yfg80Y1EIr34=";
hash = "sha256-DVSZeNuDz/y0jh/HimV+jFgNFevMhUKOu6EhZytMMqQ=";
};
buildInputs = [