summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2026-03-16 20:50:50 +0100
committerLudovic Courtès <ludo@gnu.org>2026-07-13 17:57:14 +0200
commitad725fefe044ee841cf18f749c6fb8ae97d91929 (patch)
tree1bd896a1d3d7539b80a56ff89c999e059e0f6cb5
parentd0fe013f47838cdc7d860943dcc9ce9706e990e8 (diff)
gnu: schemesh: Update to 1.0.0
* gnu/packages/chez.scm (schemesh): Update to 1.0.0. Change-Id: I89a7370f64190fe33529712da76a7ad71ef7aa30 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #7231
-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 44fb75af383..441f8702b7d 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -1383,7 +1383,7 @@ libraries providing most of the functionality of the original.")
1383(define-public schemesh 1383(define-public schemesh
1384 (package 1384 (package
1385 (name "schemesh") 1385 (name "schemesh")
1386 (version "0.9.3") 1386 (version "1.0.0")
1387 (source 1387 (source
1388 (origin 1388 (origin
1389 (method git-fetch) 1389 (method git-fetch)
@@ -1391,7 +1391,7 @@ libraries providing most of the functionality of the original.")
1391 (url "https://github.com/cosmos72/schemesh") 1391 (url "https://github.com/cosmos72/schemesh")
1392 (commit (string-append "v" version)))) 1392 (commit (string-append "v" version))))
1393 (file-name (git-file-name name version)) 1393 (file-name (git-file-name name version))
1394 (sha256 (base32 "1dki6qa2ws5gjqnmp8ldl4g2lg739i1r0cqflwavlyipb1f2j51s")))) 1394 (sha256 (base32 "1z45xpgh2s6xfgimsjhnwkp0hh8lnaynxlbry9dvqfss0g1vh0iw"))))
1395 (build-system gnu-build-system) 1395 (build-system gnu-build-system)
1396 (arguments 1396 (arguments
1397 (list #:tests? #f 1397 (list #:tests? #f