guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: wisp: update to 1.0.2.


From: guix-commits
Subject: 03/04: gnu: wisp: update to 1.0.2.
Date: Fri, 12 Jul 2019 17:54:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 65610f732622d4fc24db1da9a35ad2bfbea10eee
Author: Arne Babenhauserheide <address@hidden>
Date:   Fri Jul 12 23:31:06 2019 +0200

    gnu: wisp: update to 1.0.2.
    
    * gnu/packages/guile-xyz (wisp): update to version 1.0.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/guile-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d479fb6..930cd62 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1362,7 +1362,7 @@ The library is shipped with documentation in Info format 
and usage examples.")
 (define-public guile-wisp
   (package
     (name "guile-wisp")
-    (version "0.9.9.1")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://bitbucket.org/ArneBab/";
@@ -1370,7 +1370,7 @@ The library is shipped with documentation in Info format 
and usage examples.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ii14qz1lx7ffhb8i9q7dgaiwbif8g2q182skx17j11skp65c8r3"))))
+                "03pz7pj9jyallynhflp5s7qax8dj1fs8la434wrfgz7g1kgjnvf6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -1387,9 +1387,7 @@ The library is shipped with documentation in Info format 
and usage examples.")
          (add-before 'configure 'patch-/usr/bin/env
            (lambda _
              (substitute* "Makefile.in"
-               (("/usr/bin/env bash") (which "bash"))
-               (("\\$\\(GUILE_EFFECTIVE_VERSION\\)/site")
-                "site/$(GUILE_EFFECTIVE_VERSION)")) ;use the right order
+               (("/usr/bin/env bash") (which "bash")))
              #t))
          ;; auto compilation breaks, but if we set HOME to /tmp,
          ;; that works ok



reply via email to

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