Unverified Commit 3a57f06a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.pydevccu: 0.1.19 -> 0.1.20 (#475003)

parents 7267b84c 65fe6cb9
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.19";
  version = "0.1.20";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "SukramJ";
    repo = "pydevccu";
    tag = version;
    hash = "sha256-VWnujpPzlGcHGosqjtBLATR2+SFKRjXPqQMY3R5tRlc=";
    hash = "sha256-DqXekG5WyXuEwn4lmsTBzRxlGBHGWFXOh3Mg/u9O7X8=";
  };

  postPatch = ''