guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ad725fefe044ee841cf18f749c6fb8ae97d91929
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Mar 16 20:50:50 2026 +0100
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 <[email protected]>
Merges: #7231
---
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 44fb75af38..441f8702b7 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -1383,7 +1383,7 @@ libraries providing most of the functionality of the
original.")
(define-public schemesh
(package
(name "schemesh")
- (version "0.9.3")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -1391,7 +1391,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
"1dki6qa2ws5gjqnmp8ldl4g2lg739i1r0cqflwavlyipb1f2j51s"))))
+ (sha256 (base32
"1z45xpgh2s6xfgimsjhnwkp0hh8lnaynxlbry9dvqfss0g1vh0iw"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f