[PATCH] gnu: wisp: update to 1.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arne Babenhauserheide
  • Ludovic Courtès
Owner
unassigned
Submitted by
Arne Babenhauserheide
Severity
normal

Debbugs page

A
A
Arne Babenhauserheide wrote on 12 Jul 2019 14:31
(address . guix-patches@gnu.org)(name . Arne Babenhauserheide)(address . arne_bab@web.de)
20190712213106.22891-1-arne_bab@web.de
* gnu/packages/guile-xyz (wisp): update to version 1.0.2.
---
gnu/packages/guile-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

Toggle diff (33 lines)
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
L
L
Ludovic Courtès wrote on 12 Jul 2019 14:53
(name . Arne Babenhauserheide)(address . arne_bab@web.de)(address . 36621@debbugs.gnu.org)
877e8mdinm.fsf@gnu.org
Hi,

Arne Babenhauserheide <arne_bab@web.de> skribis:

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

Applied, thanks!

Ludo’.
L
L
Ludovic Courtès wrote on 12 Jul 2019 14:53
control message for bug #36621
(address . control@debbugs.gnu.org)
875zo6dini.fsf@gnu.org
tags 36621 fixed
close 36621
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 36621@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 36621
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch