Merge pull request #293634 from r-ryantm/auto-update/python312Packages.pydeps

python312Packages.pydeps: 1.12.18 -> 1.12.19
This commit is contained in:
Nick Cao 2024-03-06 08:46:26 -05:00 committed by GitHub
commit 7d2ef0fd79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pydeps";
version = "1.12.18";
version = "1.12.19";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "thebjorn";
repo = "pydeps";
rev = "refs/tags/v${version}";
hash = "sha256-89RrAf09n42mRiWOUdHFNP4JoCP9bXMofkISyVqd+4I=";
hash = "sha256-3z/7pkeP6R8GsWvSaCChcf0DZPrC3KdwLeGdNm4m6Jc=";
};
nativeBuildInputs = [