guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/17: gnu: guile-smc: Update to 0.6.0.


From: guix-commits
Subject: 09/17: gnu: guile-smc: Update to 0.6.0.
Date: Wed, 24 May 2023 09:05:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0a5998941a6a203f3dad3586d0ce8999d7bf5ff4
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon May 1 18:44:31 2023 +0300

    gnu: guile-smc: Update to 0.6.0.
    
    * gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 8b4a515ec3..f97b835da8 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5304,7 +5304,7 @@ GitLab instance.")
 (define-public guile-smc
   (package
     (name "guile-smc")
-    (version "0.5.2")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -5314,7 +5314,7 @@ GitLab instance.")
        (file-name (string-append name "-" version))
        (sha256
         (base32
-         "05q20vi59whjs7jb8bgcxnnfy6c3wx26m5ps2fwlsz52nggarxzb"))))
+         "15b8m30kjl46p44xjd65vv1bv60hy130zfskkcsrj10fzahyk9zd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0")     ;to prevent guild warnings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]