diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-08-26 18:37:47 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-03 13:59:33 +0200 |
commit | 889071ef9ca2c179ee6ed245da7379d14df0f129 (patch) | |
tree | f8da185ac0cf7be15a82a818841295009fda3a38 | |
parent | b300a091654f5c07708e86c0c51af4ac8c71783f (diff) | |
download | guix-889071ef9ca2c179ee6ed245da7379d14df0f129.tar.gz guix-889071ef9ca2c179ee6ed245da7379d14df0f129.zip |
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>
-rw-r--r-- | gnu/packages/scheme.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 0a3e267c76..647f7e71d2 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -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 |