Merge pull request #245587 from fabaff/pydeps-bump

python311Packages.pydeps: 1.12.12 -> 1.12.13
This commit is contained in:
Nick Cao 2023-07-26 17:40:05 -06:00 committed by GitHub
commit 7be035e500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [