summaryrefslogtreecommitdiff
path: root/gnu/packages/chez.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-12-28 21:14:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-26 23:02:39 +0000
commit2ed8aca4497c43817ac51c5dec967fdb1bfbbaae (patch)
treeeaf8bca4d7e0d8e35eafc070768acc3d8c625351 /gnu/packages/chez.scm
parent8c76d032b655d4cfd097d889cf179bc772c53550 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/chez.scm')
-rw-r--r--gnu/packages/chez.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 6ca97664be4..259b532f17b 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -1390,7 +1390,7 @@ libraries providing most of the functionality of the original.")
1390(define-public schemesh 1390(define-public schemesh
1391 (package 1391 (package
1392 (name "schemesh") 1392 (name "schemesh")
1393 (version "0.9.2") 1393 (version "0.9.3")
1394 (source 1394 (source
1395 (origin 1395 (origin
1396 (method git-fetch) 1396 (method git-fetch)
@@ -1398,7 +1398,7 @@ libraries providing most of the functionality of the original.")
1398 (url "https://github.com/cosmos72/schemesh") 1398 (url "https://github.com/cosmos72/schemesh")
1399 (commit (string-append "v" version)))) 1399 (commit (string-append "v" version))))
1400 (file-name (git-file-name name version)) 1400 (file-name (git-file-name name version))
1401 (sha256 (base32 "0rnd2mz3vnsxdac5q7i625mkmfc1znp865wxdqqx1c6dqb26bqrv")))) 1401 (sha256 (base32 "1dki6qa2ws5gjqnmp8ldl4g2lg739i1r0cqflwavlyipb1f2j51s"))))
1402 (build-system gnu-build-system) 1402 (build-system gnu-build-system)
1403 (arguments 1403 (arguments
1404 (list #:tests? #f 1404 (list #:tests? #f