unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36621] [PATCH] gnu: wisp: update to 1.0.2.
@ 2019-07-12 21:31 Arne Babenhauserheide
  2019-07-12 21:53 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Babenhauserheide @ 2019-07-12 21:31 UTC (permalink / raw)
  To: 36621; +Cc: Arne Babenhauserheide

* gnu/packages/guile-xyz (wisp): update to version 1.0.2.
---
 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 d479fb6ea9..930cd62319 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
--
2.22.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#36621] [PATCH] gnu: wisp: update to 1.0.2.
  2019-07-12 21:31 [bug#36621] [PATCH] gnu: wisp: update to 1.0.2 Arne Babenhauserheide
@ 2019-07-12 21:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-07-12 21:53 UTC (permalink / raw)
  To: Arne Babenhauserheide; +Cc: 36621

Hi,

Arne Babenhauserheide <arne_bab@web.de> skribis:

> * gnu/packages/guile-xyz (wisp): update to version 1.0.2.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-12 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 21:31 [bug#36621] [PATCH] gnu: wisp: update to 1.0.2 Arne Babenhauserheide
2019-07-12 21:53 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).