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

python312Packages.scmrepo: 3.3.7 -> 3.3.8 (#345280)

parents d2f7c20d 9bfe1e76
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.7";
  version = "3.3.8";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = "scmrepo";
    rev = "refs/tags/${version}";
    hash = "sha256-Z9HUeZPsskEPTwRRwK4z4p2Lv7Ukg7du6OAxvDwEcPc=";
    hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
  };

  build-system = [