summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 2807b31707..aec39961d9 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -416,14 +416,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
(define-public scheme48
(package
(name "scheme48")
- (version "1.9.2")
+ (version "1.9.3")
(source (origin
(method url-fetch)
(uri (string-append "https://s48.org/" version
"/scheme48-" version ".tgz"))
(sha256
(base32
- "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw"))
+ "0k4hygd0k22g5shnm5wxg6vdz6qzs40mid1iz2q10hd1zkrskxbf"))
(patches (search-patches "scheme48-tests.patch"))))
(build-system gnu-build-system)
(home-page "https://s48.org/")