diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-08 19:34:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 03:08:46 +0200 |
commit | 93d5061991b868c1ec85e70dcbbed9eaa4e2579c (patch) | |
tree | 42c37d04eab0fa047cdc871578ffea86e4542c2c | |
parent | 64530ad8ae3513e5c17f6a904ace6093e5da538a (diff) | |
download | patches-93d5061991b868c1ec85e70dcbbed9eaa4e2579c.tar patches-93d5061991b868c1ec85e70dcbbed9eaa4e2579c.tar.gz |
gnu: python-gitpython: Update to 2.1.11.
* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.11.
-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 6eaaffba40..203ef4c481 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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. |