python3Packages.pydeps: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm
2026-09-08 00:43:04 +00:00
parent 6d23318049
commit 64231e3088

View File

@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pydeps";
version = "3.0.7";
version = "3.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "thebjorn";
repo = "pydeps";
tag = "v${finalAttrs.version}";
hash = "sha256-XAUDnhCmO3czZPBpD3AaPxSFBlpqWjQ1xva5mvuF6Lc=";
hash = "sha256-0H9DbOwlEUTKy7TvJ21H0GKZ6n2xPu24gYPOBOq2WWQ=";
};
build-system = [ setuptools ];