diff options
author | Leo Famulari <leo@famulari.name> | 2020-12-03 17:45:10 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-12-03 18:58:24 -0500 |
commit | 6cf7b5e2adcd48b804a108931de46a791d56cb87 (patch) | |
tree | 4c774654773d449452e57e1244c49bca9fd62d29 | |
parent | 68fa8fb0cb9f887a6d6069c897a16dc8fce0036d (diff) |
gnu: python-pygit2: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.4.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 67447bdfa5..7de3c99c9a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4838,13 +4838,13 @@ color scales, and color space conversion easy. It has support for: (define-public python-pygit2 (package (name "python-pygit2") - (version "1.1.0") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "pygit2" version)) (sha256 - (base32 "1hs0pqqzn1yjxqk86nq7p0lvsklwnlyi5xwyzr7d5nrs19dmsjbg")))) + (base32 "1j71iskvirkm8jzfmwdm79v69878m9iix8a8cn4xidgr3nmkisyb")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; tests don't run correctly in our environment |