guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: python-gitpython: Update to 3.1.0.


From: guix-commits
Subject: 07/08: gnu: python-gitpython: Update to 3.1.0.
Date: Mon, 2 Mar 2020 17:03:30 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 166dbbb012e6de591c0c3f7a2ab1b74f14209f36
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 15:24:39 2020 -0500

    gnu: python-gitpython: Update to 3.1.0.
    
    * gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
---
 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 35792a0..cc866ec 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.



reply via email to

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