python312Packages.pydeps: 2.0.1 -> 3.0.0 (#370963)

This commit is contained in:
Fabian Affolter
2025-01-04 21:53:41 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pydeps";
version = "2.0.1";
version = "3.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "thebjorn";
repo = "pydeps";
tag = "v${version}";
hash = "sha256-ZLFcaWzu8iYBnbSh1Ua4fvFyYD5q71R/iIqzRUKRn1E=";
hash = "sha256-0GYqCeEMlLjYVVzoHoe16BAtx4qBZalwsji2v1aUKz0=";
};
build-system = [ setuptools ];