gnu: python-gitpython: Update to 2.1.11.

* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.11.
master
Tobias Geerinckx-Rice 2018-08-08 19:34:28 +02:00
parent 64530ad8ae
commit 93d5061991
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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