me
/
guix
Archived
1
0
Fork 0

gnu: python-pygit2: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.4.0.
master
Leo Famulari 2020-12-03 17:45:10 -05:00
parent 68fa8fb0cb
commit 6cf7b5e2ad
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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