python312Packages.scmrepo: 3.3.1 -> 3.3.5
Diff: https://github.com/iterative/scmrepo/compare/refs/tags/3.3.1...3.3.5 Changelog: https://github.com/iterative/scmrepo/releases/tag/3.3.5
This commit is contained in:
committed by
Martin Weinelt
parent
cc1f88268f
commit
29717bab47
@@ -20,7 +20,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scmrepo";
|
||||
version = "3.3.1";
|
||||
version = "3.3.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
owner = "iterative";
|
||||
repo = "scmrepo";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-swv5uWsyM4mEXlurizUewnbdAOtjWgvzCO9IPfz2ZPE=";
|
||||
hash = "sha256-wmziU00n2EjpXw8f1NwFRTUvpOftj+wa9ZiXVDh5hco=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user