guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: python-gitpython: Update to 2.1.11.


From: Tobias Geerinckx-Rice
Subject: 05/06: gnu: python-gitpython: Update to 2.1.11.
Date: Fri, 10 Aug 2018 21:21:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 93d5061991b868c1ec85e70dcbbed9eaa4e2579c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 8 19:34:28 2018 +0200

    gnu: python-gitpython: Update to 2.1.11.
    
    * gnu/packages/version-control.scm (python-gitpython): Update to 2.1.11.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6eaaffb..203ef4c 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]