python3Packages.pydevccu: 0.2.4 -> 0.2.5

Diff: https://github.com/SukramJ/pydevccu/compare/0.2.4...0.2.5

Changelog: https://github.com/SukramJ/pydevccu/releases/tag/0.2.5
This commit is contained in:
Fabian Affolter
2026-06-30 10:19:51 +02:00
parent 55bee1aa4a
commit e4ee973ef7
@@ -12,7 +12,7 @@
buildPythonPackage (finalAttrs: {
pname = "pydevccu";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -21,7 +21,7 @@ buildPythonPackage (finalAttrs: {
owner = "SukramJ";
repo = "pydevccu";
tag = finalAttrs.version;
hash = "sha256-/Z1+k9CNTQsqTXSIqmUQn7r5WBTgZmqsg5Z+cq9nR3Q=";
hash = "sha256-Sf8XBvkf6dRuA6daJ48WJHuVYBhznDcPWLl+4xm46n0=";
};
build-system = [ setuptools ];