python3Packages.pydevccu: 0.1.15 -> 0.1.17

This commit is contained in:
R. Ryantm
2025-09-01 07:24:20 +00:00
parent ad8b79fc7e
commit 3062293da6
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pydevccu";
version = "0.1.15";
version = "0.1.17";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "pydevccu";
tag = version;
hash = "sha256-wyv/ObAIZmkiytNSVNfbM8M5rkJc5czc1N6PJJd5A6Q=";
hash = "sha256-yBAnQVuLXcGY+hGVo0Oqes5puSF0VflpMvHRAZHndyo=";
};
postPatch = ''