python311Packages.pydeps: 1.12.12 -> 1.12.13

Diff: https://github.com/thebjorn/pydeps/compare/refs/tags/v1.12.12...v1.12.13

Changelog: https://github.com/thebjorn/pydeps/releases/tag/v1.12.13
This commit is contained in:
Fabian Affolter 2023-07-26 21:26:18 +02:00
parent 96f7ceb7b9
commit 333deffb95

View file

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