python313Packages.pydevccu: 0.1.17 -> 0.1.18

Diff: https://github.com/SukramJ/pydevccu/compare/0.1.17...0.1.18

Changelog: https://github.com/SukramJ/pydevccu/releases/tag/0.1.18
This commit is contained in:
Fabian Affolter
2025-10-08 12:28:33 +02:00
parent 4c60fbd06e
commit 301c6ce2f7
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pydevccu";
version = "0.1.17";
version = "0.1.18";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "pydevccu";
tag = version;
hash = "sha256-yBAnQVuLXcGY+hGVo0Oqes5puSF0VflpMvHRAZHndyo=";
hash = "sha256-+IUPj27+eU2e215LkF+Qqv5vtRqASPP7dEBTvfT/KEo=";
};
postPatch = ''