python313Packages.pydevccu: 0.1.19 -> 0.1.20

Diff: https://github.com/SukramJ/pydevccu/compare/0.1.19...0.1.20

Changelog: https://github.com/SukramJ/pydevccu/releases/tag/0.1.20
This commit is contained in:
Fabian Affolter
2025-12-29 11:24:33 +01:00
parent 62d7c553ff
commit 65fe6cb910
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pydevccu";
version = "0.1.19";
version = "0.1.20";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "pydevccu";
tag = version;
hash = "sha256-VWnujpPzlGcHGosqjtBLATR2+SFKRjXPqQMY3R5tRlc=";
hash = "sha256-DqXekG5WyXuEwn4lmsTBzRxlGBHGWFXOh3Mg/u9O7X8=";
};
postPatch = ''