diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-03-02 15:24:39 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-03-02 17:03:03 -0500 |
commit | 166dbbb012e6de591c0c3f7a2ab1b74f14209f36 (patch) | |
tree | 78f625577d0be4d428b2191f5f3e740df7d0bc25 /gnu | |
parent | cbe4272e6fc10787bf826434adc2a9abfe845b78 (diff) | |
download | patches-166dbbb012e6de591c0c3f7a2ab1b74f14209f36.tar patches-166dbbb012e6de591c0c3f7a2ab1b74f14209f36.tar.gz |
gnu: python-gitpython: Update to 3.1.0.
* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
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 35792a0184..cc866ec888 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -937,13 +937,13 @@ allowing to handle large objects with a small memory footprint.") (define-public python-gitpython (package (name "python-gitpython") - (version "2.1.11") + (version "3.1.0") (source (origin (method url-fetch) (uri (pypi-uri "GitPython" version)) (sha256 (base32 - "1a357c28dnhgvq3saia7v29r71ynp48l2qp5xsmnc4vgzmdxqdw2")))) + "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4")))) (build-system python-build-system) (arguments `(#:tests? #f ;XXX: Tests can only be run within the GitPython repository. |