python311Packages.scmrepo: 3.3.0 -> 3.3.1

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/3.3.0...3.3.1

Changelog: https://github.com/iterative/scmrepo/releases/tag/3.3.1
This commit is contained in:
Fabian Affolter 2024-03-22 15:53:08 +01:00
parent dfe95bf220
commit 322e21e415
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "3.3.0";
version = "3.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "scmrepo";
rev = "refs/tags/${version}";
hash = "sha256-vAfqCr1/3S0yZ0wPDxSZ6b6NrcJxt7Lj7oCsTzAXX1k=";
hash = "sha256-swv5uWsyM4mEXlurizUewnbdAOtjWgvzCO9IPfz2ZPE=";
};
build-system = [