python3Packages.pydevccu: 0.1.15 -> 0.1.17 (#439096)

authored by

Fabian Affolter and committed by
GitHub
baee34e6 65c46979

+2 -2
+2 -2
pkgs/development/python-modules/pydevccu/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pydevccu"; 12 - version = "0.1.15"; 12 + version = "0.1.17"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.13"; ··· 18 18 owner = "SukramJ"; 19 19 repo = "pydevccu"; 20 20 tag = version; 21 - hash = "sha256-wyv/ObAIZmkiytNSVNfbM8M5rkJc5czc1N6PJJd5A6Q="; 21 + hash = "sha256-yBAnQVuLXcGY+hGVo0Oqes5puSF0VflpMvHRAZHndyo="; 22 22 }; 23 23 24 24 postPatch = ''