gnu: python-gitpython: Update to 2.1.10.

* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.10.
master
Tobias Geerinckx-Rice 2018-05-23 04:54:33 +02:00
parent 8332ac031c
commit 8c8d015077
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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