pydeps: 3.0.3 -> 3.0.6

This commit is contained in:
R. Ryantm
2026-04-26 09:31:22 +00:00
parent 6453a034dc
commit 850a398b99
@@ -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 ];