Commit c37ed4ec authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent f50164a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "scmrepo";
  version = "3.3.9";
  version = "3.3.10";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = "scmrepo";
    tag = version;
    hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
    hash = "sha256-BiLxILHbq5Q8iIE2yMBNlnqqFMoRe9z+Bn/FMaA7gtI=";
  };

  build-system = [