me
/
guix
Archived
1
0
Fork 0

gnu: python-pygit2: Update to 1.7.1.

* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.7.1.
master
Maxim Cournoyer 2021-11-22 11:28:41 -05:00
parent e0e2316420
commit 6952d2920e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -5701,13 +5701,13 @@ readable format.")
(define-public python-pygit2
(package
(name "python-pygit2")
(version "1.6.0")
(version "1.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pygit2" version))
(sha256
(base32 "0qjd5aqpmla64da4pb47vdnrmnqdbn7248a4fzs7f5q1ax7fmb3s"))))
(base32 "0p8n25bijirxh31cv99vd1mkdsvpcs6z6441wz1fqva3b2as5ynp"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; tests don't run correctly in our environment