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

python313Packages.scmrepo: 3.3.9 -> 3.3.10 (#378343)

parents 8e83817c c37ed4ec
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 = [