From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49932) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm399-00007l-8q for guix-patches@gnu.org; Fri, 12 Jul 2019 17:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm398-0004EZ-7g for guix-patches@gnu.org; Fri, 12 Jul 2019 17:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60223) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hm398-0004Dn-2H for guix-patches@gnu.org; Fri, 12 Jul 2019 17:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hm397-0005yc-Ru for guix-patches@gnu.org; Fri, 12 Jul 2019 17:32:01 -0400 Subject: [bug#36621] [PATCH] gnu: wisp: update to 1.0.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:49787) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm38T-0008R6-6n for guix-patches@gnu.org; Fri, 12 Jul 2019 17:31:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm38S-0003O3-2Z for guix-patches@gnu.org; Fri, 12 Jul 2019 17:31:21 -0400 Received: from mout.web.de ([212.227.15.14]:44339) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hm38R-0003ED-MG for guix-patches@gnu.org; Fri, 12 Jul 2019 17:31:20 -0400 From: Arne Babenhauserheide Date: Fri, 12 Jul 2019 23:31:06 +0200 Message-Id: <20190712213106.22891-1-arne_bab@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: arne_bab@web.de Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36621@debbugs.gnu.org Cc: Arne Babenhauserheide * gnu/packages/guile-xyz (wisp): update to version 1.0.2. =2D-- 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 =2D-- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1362,7 +1362,7 @@ The library is shipped with documentation in Info fo= rmat 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 fo= rmat 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 fo= rmat 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 =2D- 2.22.0