guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: python-gitpython: Update to 2.1.10.


From: Tobias Geerinckx-Rice
Subject: 08/09: gnu: python-gitpython: Update to 2.1.10.
Date: Wed, 23 May 2018 09:31:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c8d015077d7751e99047bcb09cd6e594254c07c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 23 04:54:33 2018 +0200

    gnu: python-gitpython: Update to 2.1.10.
    
    * gnu/packages/version-control.scm (python-gitpython): Update to 2.1.10.
---
 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 f53d0f4..603e8a4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -725,13 +725,13 @@ allowing to handle large objects with a small memory 
footprint.")
 (define-public python-gitpython
   (package
     (name "python-gitpython")
-    (version "2.1.9")
+    (version "2.1.10")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "GitPython" version))
               (sha256
                (base32
-                "0a9in1jfv9ssxhckl6sasw45bhm762y2r5ikgb2pk2g8yqdc6z64"))))
+                "00bk48s5szh296r7zyvdpv3sd7q9j2cb9sqdc9diwcjayrf082xn"))))
     (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]