gnu: python-gitpython: Update to 3.1.0.

* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
This commit is contained in:
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

View file

@ -937,13 +937,13 @@ (define-public python2-gitdb
(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.