guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: python-gitdb: Update to 2.0.4.


From: Tobias Geerinckx-Rice
Subject: 04/12: gnu: python-gitdb: Update to 2.0.4.
Date: Sun, 23 Sep 2018 18:34:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 899e1974a6f4a4ff041c035ff3494bd10a8069ac
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 21 21:31:52 2018 +0200

    gnu: python-gitdb: Update to 2.0.4.
    
    * gnu/packages/version-control.scm (python-gitdb): Update to 2.0.4.
    [arguments]: Replace AND with equivalent but more 'accurate' BEGIN.
---
 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 58c870d..204ec40 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -712,13 +712,13 @@ default) of the repository.")
 (define-public python-gitdb
   (package
     (name "python-gitdb")
-    (version "2.0.3")
+    (version "2.0.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "gitdb2" version))
               (sha256
                (base32
-                "02azg62mr99b7cllyjrly77np3vw32y8nrxpa2xjapiyaga2j3mn"))))
+                "0i608q9c47rdsmyac1cn6s0hzwwj7cb957y8fc9wacc5lnw8ak5v"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -733,7 +733,7 @@ default) of the repository.")
                                                   "file" (number->string 
filecount))
                             (lambda (port)
                               (format port "~a" filecount))))
-                        (and
+                        (begin
                          (invoke "git" "init")
                          (invoke "git" "config" "user.name" "Total Git")
                          (invoke "git" "config" "user.email" "address@hidden")



reply via email to

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