guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-gitdb: Update to 4.0.2.


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

apteryx pushed a commit to branch master
in repository guix.

commit cbe4272e6fc10787bf826434adc2a9abfe845b78
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 15:20:30 2020 -0500

    gnu: python-gitdb: Update to 4.0.2.
    
    * gnu/packages/version-control.scm (python-gitdb): Update to 4.0.2.
    [source]: Correct the PyPI URL to refer to the actual gitdb package, not a
    mirror.  This mirror had a problematic setup.py install requirement that
    required gitdb>=4.0.1, which would cause run time errors when using 
snakemake.
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index df160bc..35792a0 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -880,13 +880,13 @@ default) of the repository.")
 (define-public python-gitdb
   (package
     (name "python-gitdb")
-    (version "2.0.4")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
-              (uri (pypi-uri "gitdb2" version))
+              (uri (pypi-uri "gitdb" version))
               (sha256
                (base32
-                "0i608q9c47rdsmyac1cn6s0hzwwj7cb957y8fc9wacc5lnw8ak5v"))))
+                "0l113fphn6msjl3cl3kyf332b6lal7daxdd0nfma0x9ipfb013jr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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