mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
8c76d032b6
commit
2ed8aca449
@@ -1390,7 +1390,7 @@ libraries providing most of the functionality of the original.")
|
|||||||
(define-public schemesh
|
(define-public schemesh
|
||||||
(package
|
(package
|
||||||
(name "schemesh")
|
(name "schemesh")
|
||||||
(version "0.9.2")
|
(version "0.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -1398,7 +1398,7 @@ libraries providing most of the functionality of the original.")
|
|||||||
(url "https://github.com/cosmos72/schemesh")
|
(url "https://github.com/cosmos72/schemesh")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "0rnd2mz3vnsxdac5q7i625mkmfc1znp865wxdqqx1c6dqb26bqrv"))))
|
(sha256 (base32 "1dki6qa2ws5gjqnmp8ldl4g2lg739i1r0cqflwavlyipb1f2j51s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f
|
(list #:tests? #f
|
||||||
|
|||||||
Reference in New Issue
Block a user