summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 15:06:59 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 16:04:20 +0100
commit1d570750493ad55f49b21954ace9adff103ab101 (patch)
tree367b9598393ebfbd346e6dfb6a59274f84e48b82
parentdb34ab735011b597d8e8cdfd40017b0957b128d8 (diff)
downloadpatches-1d570750493ad55f49b21954ace9adff103ab101.tar
patches-1d570750493ad55f49b21954ace9adff103ab101.tar.gz
gnu: scm: Update to 5f3.
* gnu/packages/scheme.scm (scm): Update to 5f3.
-rw-r--r--gnu/packages/scheme.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 52c060744b..e311de0638 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -755,7 +755,7 @@ utility functions for all standard Scheme implementations.")
(define-public scm
(package
(name "scm")
- (version "5f2")
+ (version "5f3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -763,7 +763,7 @@ utility functions for all standard Scheme implementations.")
version ".zip"))
(sha256
(base32
- "050ijb51jm1cij9g3r89zl9rawsrikhbb5y8zb7lspb7bsxq5w99"))))
+ "1jxxlhmgal26mpcl97kz37djkn97rfy9h5pvw0hah6f3f6w49j97"))))
(build-system gnu-build-system)
(arguments
`(#:phases