mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: python-gitpython: Update to 2.1.1.9.
* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.9.
This commit is contained in:
parent
4349f3d0bd
commit
4fbcc21dc3
1 changed files with 2 additions and 2 deletions
|
@ -694,13 +694,13 @@ (define-public python2-gitdb
|
||||||
(define-public python-gitpython
|
(define-public python-gitpython
|
||||||
(package
|
(package
|
||||||
(name "python-gitpython")
|
(name "python-gitpython")
|
||||||
(version "2.1.8")
|
(version "2.1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "GitPython" version))
|
(uri (pypi-uri "GitPython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sbn018mn3y2r58ix5z12na1s02ccprhckb88yq3bdddvqjvqqdd"))))
|
"0a9in1jfv9ssxhckl6sasw45bhm762y2r5ikgb2pk2g8yqdc6z64"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;XXX: Tests can only be run within the GitPython repository.
|
`(#:tests? #f ;XXX: Tests can only be run within the GitPython repository.
|
||||||
|
|
Loading…
Reference in a new issue