me
/
guix
Archived
1
0
Fork 0

gnu: python-gitpython: Update to 3.1.0.

* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
master
Maxim Cournoyer 2020-03-02 15:24:39 -05:00
parent cbe4272e6f
commit 166dbbb012
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -937,13 +937,13 @@ allowing to handle large objects with a small memory footprint.")
(define-public python-gitpython
(package
(name "python-gitpython")
(version "2.1.11")
(version "3.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "GitPython" version))
(sha256
(base32
"1a357c28dnhgvq3saia7v29r71ynp48l2qp5xsmnc4vgzmdxqdw2"))))
"1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;XXX: Tests can only be run within the GitPython repository.