pydeps: 3.0.3 -> 3.0.6 (#513646)

This commit is contained in:
Fabian Affolter
2026-04-26 17:58:36 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pydeps";
version = "3.0.3";
version = "3.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "thebjorn";
repo = "pydeps";
tag = "v${finalAttrs.version}";
hash = "sha256-7wMqDhBuGDmWHeaBE3Hs50FGO0vPvrNLQNGC+9u3jAs=";
hash = "sha256-/Ie75jQWG3t4cGMRMVPJ7r6aBdm4hC7/CgwmuOUk4BA=";
};
build-system = [ setuptools ];