GNU bug report logs - #50078
[PATCH 0/4] Nomad and dependancies now use guile 3 as default.

Previous Next

Package: guix-patches;

Reported by: Mike Rosset <mrosset <at> bufio.org>

Date: Mon, 16 Aug 2021 16:46:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Mike Rosset <mrosset <at> bufio.org>
To: 50078 <at> debbugs.gnu.org
Cc: Mike Rosset <mike.rosset <at> gmail.com>
Subject: [bug#50078] [PATCH 3/4] gnu: nomad: Update to 0.2.0-alpha-204-g0abf88f.
Date: Mon, 16 Aug 2021 09:51:07 -0700
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-204-g0abf88f.

The default guile for nomad is now guile-3.0.7.
---
 gnu/packages/guile-xyz.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 97905440de..38c8d3dfde 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3448,7 +3448,7 @@ perform geometrical transforms on JPEG images.")
 (define-public nomad
   (package
     (name "nomad")
-    (version "0.2.0-alpha-199-g3e7a475")
+    (version "0.2.0-alpha-204-g0abf88f")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3457,7 +3457,7 @@ perform geometrical transforms on JPEG images.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p0ha6prp7pyadp61clbhc6b55023vxzfwy14j2qygb2mkq7fhic"))))
+                "11ayjqiqky4vpazrqx2dych76n7jlzkq2sa6x92ml04az0d5k9c9"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -3465,17 +3465,17 @@ perform geometrical transforms on JPEG images.")
        ("bash" ,bash)
        ("pkg-config" ,pkg-config)
        ("libtool" ,libtool)
-       ("guile" ,guile-2.2)
+       ("guile" ,guile-3.0-latest)
        ("glib:bin" ,glib "bin")
        ("texinfo" ,texinfo)
        ("gettext" ,gettext-minimal)
        ("perl" ,perl)))
     (inputs
      `(;; Guile
-       ("guile" ,guile-2.2)
-       ("guile-lib" ,guile2.2-lib)
-       ("guile-readline" ,guile2.2-readline)
-       ("guile-gcrypt" ,guile2.2-gcrypt)
+       ("guile" ,guile-3.0-latest)
+       ("guile-lib" ,guile-lib)
+       ("guile-readline" ,guile-readline)
+       ("guile-gcrypt" ,guile-gcrypt)
        ("gnutls" ,gnutls)
        ("g-golf" ,g-golf)
        ("shroud" ,shroud)
-- 
2.32.0





This bug report was last modified 3 years and 358 days ago.

Previous Next


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