gnu: python-pygit2: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.4.0.
This commit is contained in:
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

View file

@ -4838,13 +4838,13 @@ color scales, and color space conversion easy. It has support for:
(define-public python-pygit2 (define-public python-pygit2
(package (package
(name "python-pygit2") (name "python-pygit2")
(version "1.1.0") (version "1.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pygit2" version)) (uri (pypi-uri "pygit2" version))
(sha256 (sha256
(base32 "1hs0pqqzn1yjxqk86nq7p0lvsklwnlyi5xwyzr7d5nrs19dmsjbg")))) (base32 "1j71iskvirkm8jzfmwdm79v69878m9iix8a8cn4xidgr3nmkisyb"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; tests don't run correctly in our environment '(#:tests? #f)) ; tests don't run correctly in our environment