gnu: fennel: Update to 0.9.1.
* gnu/packages/lua.scm (fennel): Update to 0.9.1. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
1ebd086286
commit
7600bad639
1 changed files with 2 additions and 2 deletions
|
@ -1173,7 +1173,7 @@ enabled.")
|
||||||
(define-public fennel
|
(define-public fennel
|
||||||
(package
|
(package
|
||||||
(name "fennel")
|
(name "fennel")
|
||||||
(version "0.8.1")
|
(version "0.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1182,7 +1182,7 @@ enabled.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n0xkgzlrwpppm5vbvn84mq418xhmyakk9hakdmjv1lk2dfdq2g7"))
|
"07qgycf5cxm9zcc4fgpgvplg95ndavh3ynpdjpvzkikzbnyj7xia"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue