Commit 2c43541d authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 0703077b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pydevccu";
  version = "0.1.10";
  version = "0.1.11";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "SukramJ";
    repo = "pydevccu";
    tag = version;
    hash = "sha256-MUMJjFCBJx1rps+/1Wx8RVmlA3Y4Cgflljs2u4nRMBk=";
    hash = "sha256-Ar9KNOkiy60HTGKz8br701v8xF470dz1jv8sp/CZbpw=";
  };

  postPatch = ''