me
/
guix
Archived
1
0
Fork 0

gnu: python-pygit2: Update to 1.9.1.

* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.9.1.
[propagated-inputs]: Change LIBGIT2-1.3 to LIBGIT2.
Ludovic Courtès 2022-05-11 23:41:37 +02:00
parent e764b89a52
commit d355381062
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -6126,18 +6126,18 @@ readable format.")
(define-public python-pygit2
(package
(name "python-pygit2")
(version "1.7.1")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pygit2" version))
(sha256
(base32 "0p8n25bijirxh31cv99vd1mkdsvpcs6z6441wz1fqva3b2as5ynp"))))
(base32 "1jdr6z1il03nifwgpcdf95w6xzzbfzdkcqq5dcqjaa0rnv1pjr7g"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; tests don't run correctly in our environment
(propagated-inputs
(list python-cached-property python-cffi libgit2-1.3))
(list python-cached-property python-cffi libgit2))
(native-inputs
(list python-pytest))
(home-page "https://github.com/libgit2/pygit2")