diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-24 22:36:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 00:36:32 +0100 |
commit | 4fbcc21dc328801cb86aa23b88d03b2d4eda0600 (patch) | |
tree | f94971b1a8fbe8aca184537683e5104e3640c3bd /gnu | |
parent | 4349f3d0bdf4909dc179804ae67ac1a8723c5e06 (diff) | |
download | guix-4fbcc21dc328801cb86aa23b88d03b2d4eda0600.tar.gz |
gnu: python-gitpython: Update to 2.1.1.9.
* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index eb320c8b7a..5cc0548dba 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -694,13 +694,13 @@ allowing to handle large objects with a small memory footprint.") (define-public python-gitpython (package (name "python-gitpython") - (version "2.1.8") + (version "2.1.9") (source (origin (method url-fetch) (uri (pypi-uri "GitPython" version)) (sha256 (base32 - "1sbn018mn3y2r58ix5z12na1s02ccprhckb88yq3bdddvqjvqqdd")))) + "0a9in1jfv9ssxhckl6sasw45bhm762y2r5ikgb2pk2g8yqdc6z64")))) (build-system python-build-system) (arguments `(#:tests? #f ;XXX: Tests can only be run within the GitPython repository. |