From 2ed8aca4497c43817ac51c5dec967fdb1bfbbaae Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 28 Dec 2025 21:14:36 +0100 Subject: [PATCH] gnu: schemesh: Update to 0.9.3 * gnu/packages/chez.scm (schemesh): Update to 0.9.3. Change-Id: I03be32495a6486f9576cc3ee57cd0aa635115f2d Signed-off-by: Sharlatan Hellseher --- gnu/packages/chez.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 6ca97664be..259b532f17 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -1390,7 +1390,7 @@ libraries providing most of the functionality of the original.") (define-public schemesh (package (name "schemesh") - (version "0.9.2") + (version "0.9.3") (source (origin (method git-fetch) @@ -1398,7 +1398,7 @@ libraries providing most of the functionality of the original.") (url "https://github.com/cosmos72/schemesh") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "0rnd2mz3vnsxdac5q7i625mkmfc1znp865wxdqqx1c6dqb26bqrv")))) + (sha256 (base32 "1dki6qa2ws5gjqnmp8ldl4g2lg739i1r0cqflwavlyipb1f2j51s")))) (build-system gnu-build-system) (arguments (list #:tests? #f