mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: update guile-wisp to 1.0.12
The next release of Guile will include wisp. Until it is released, this updates guile-wisp to version 1.0.12. It includes wisp2lisp operating on stdin to enable more convenient conversion of wisp code to regular Scheme. Best wishes, Arne Subject: [PATCH] gnu: update guile-wisp to 1.0.12 * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.12 Change-Id: Ib5c32169c0ebd3b548852b2c6090586f441dcd6c Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
8980618b2d
commit
3f9aa2cdc7
1 changed files with 2 additions and 2 deletions
|
@ -2290,7 +2290,7 @@ (define-public guile-imanifest
|
|||
(define-public guile-wisp
|
||||
(package
|
||||
(name "guile-wisp")
|
||||
(version "1.0.7")
|
||||
(version "1.0.12")
|
||||
(source (origin
|
||||
(method hg-fetch)
|
||||
(uri (hg-reference
|
||||
|
@ -2299,7 +2299,7 @@ (define-public guile-wisp
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fxngiy8dmryh3gx4g1q7nnamc4dpszjh130g6d0pmi12ycxd2y9"))))
|
||||
"0m5ssl4ngk2jl1zk0fnsss0asyvwanjaa5rrcksldqnh2ikcr4bm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue