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>
This commit is contained in:
Artyom V. Poptsov 2023-05-01 18:44:31 +03:00 committed by Ludovic Courtès
parent 0c521c81fa
commit 0a5998941a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5304,7 +5304,7 @@ (define-public guile-gitlab
(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 @@ (define-public guile-smc
(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