guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: guile-git: Update to latest Git snapshot.


From: Ludovic Courtès
Subject: 08/09: gnu: guile-git: Update to latest Git snapshot.
Date: Thu, 30 Mar 2017 05:15:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e93f8d984984c1e40311d7c8d1de7cca91189f2c
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 30 11:05:25 2017 +0200

    gnu: guile-git: Update to latest Git snapshot.
    
    * gnu/packages/guile.scm (guile-git): Update to 96dfb3b.
    [arguments]: Remove #:parallel-tests?.
---
 gnu/packages/guile.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 235b06c..b12122b 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1703,8 +1703,8 @@ is not available for Guile 2.0.")
     (license license:lgpl3+)))
 
 (define-public guile-git
-  (let ((revision "0")
-        (commit "969514aa7224217bc3c1a4c5312a9469ac5f13d5"))
+  (let ((revision "1")
+        (commit "96dfb3bdba39a37cf6aefb18e335118a6115f963"))
     (package
       (name "guile-git")
       (version (string-append "0.0-" revision "." (string-take commit 7)))
@@ -1714,17 +1714,14 @@ is not available for Guile 2.0.")
                 (uri (git-reference (url home-page) (commit commit)))
                 (sha256
                  (base32
-                  "079l8y6pjkmahb4k6dfqh3hk34pg540rrl29aixyvv86w9bdfjil"))
+                  "0v73251kmh1vs7gp3jh4pk4rikl4d8illwi0gnhwa55ij1mn9apl"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
        '(#:phases (modify-phases %standard-phases
                     (add-after 'unpack 'bootstrap
                       (lambda _
-                        (zero? (system* "autoreconf" "-vfi")))))
-
-         ;; Test suite is not parallel-safe: the tests open same-named repos.
-         #:parallel-tests? #f))
+                        (zero? (system* "autoreconf" "-vfi")))))))
       (native-inputs
        `(("autoconf" ,autoconf)
          ("automake" ,automake)



reply via email to

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