1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: scm: Update to 5f4.

* gnu/packages/scheme.scm (scm): Update to 5f4.

Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Artyom V. Poptsov
2024-08-26 18:37:47 +03:00
committed by Ludovic Courtès
parent b300a09165
commit 889071ef9c

View File

@@ -739,7 +739,7 @@ utility functions for all standard Scheme implementations.")
(define-public scm
(package
(name "scm")
(version "5f3")
(version "5f4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -747,7 +747,7 @@ utility functions for all standard Scheme implementations.")
version ".zip"))
(sha256
(base32
"1jxxlhmgal26mpcl97kz37djkn97rfy9h5pvw0hah6f3f6w49j97"))))
"17i6shvh2caqmksm7z130f9fz0qinaxg7xz9yadv904xh3znshnk"))))
(build-system gnu-build-system)
(arguments
`(#:phases