GNU bug report logs - #55612
[PATCH 0/2] Update guile-hall to 0.4.1.

Previous Next

Package: guix-patches;

Reported by: Taiju HIGASHI <higashi <at> taiju.info>

Date: Tue, 24 May 2022 13:27:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 55612 <at> debbugs.gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: [bug#55612] [PATCH 2/2] gnu: guile-hall: Update to 0.4.1.
Date: Tue, 24 May 2022 22:29:27 +0900
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1.
---
 gnu/packages/guile-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 15b3e787be..115afeeb9e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1706,16 +1706,17 @@ (define-public guile2.2-config
 (define-public guile-hall
   (package
     (name "guile-hall")
-    (version "0.3.1")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://gitlab.com/a-sassmannshausen/guile-hall")
              (commit version)))
-       (file-name "guile-hall-0.3.1-checkout")
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1s24nigdra6rvclvy15l2aw00c3aq9vv8qwxylzs60darbl36206"))))
+        (base32
+         "0yrrik1v1xbik5h5q7w2cxrx6gvkmcdm32dl36i7xqdq8pr8sh2d"))))
     (build-system gnu-build-system)
     (arguments
       `(#:modules
@@ -1744,7 +1745,7 @@ (define-public guile-hall
                                             (string-append
                                               (assoc-ref inputs input)
                                               path))
-                                          ,''("guile-config"))))))
+                                          ,''("guile-config-0.5"))))))
                      (out (assoc-ref outputs "out"))
                      (bin (string-append out "/bin/"))
                      (site (uncompiled-dir out "")))
@@ -1768,7 +1769,7 @@ (define-public guile-hall
       (list autoconf automake pkg-config texinfo))
     (inputs (list guile-3.0))
     (propagated-inputs
-     (list guile-config))
+     (list guile-config-0.5))
     (synopsis "Guile project tooling")
     (description
      "Hall is a command-line application and a set of Guile libraries that
-- 
2.36.0





This bug report was last modified 2 years and 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.