python3Packages.pydevccu: 0.1.18 -> 0.1.19

This commit is contained in:
R. Ryantm
2025-12-05 10:56:28 +00:00
parent e019ef2611
commit 2d087f0baf
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pydevccu";
version = "0.1.18";
version = "0.1.19";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "pydevccu";
tag = version;
hash = "sha256-+IUPj27+eU2e215LkF+Qqv5vtRqASPP7dEBTvfT/KEo=";
hash = "sha256-VWnujpPzlGcHGosqjtBLATR2+SFKRjXPqQMY3R5tRlc=";
};
postPatch = ''