Unverified Commit baee34e6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 65c46979 3062293d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''