Updated hoot to 0.6.0
This commit is contained in:
parent
25e27df8c1
commit
7d4d6115a4
2 changed files with 1 additions and 18 deletions
19
manifest.scm
19
manifest.scm
|
@ -5,21 +5,4 @@
|
||||||
(gnu packages guile)
|
(gnu packages guile)
|
||||||
(gnu packages guile-xyz))
|
(gnu packages guile-xyz))
|
||||||
|
|
||||||
(define guile-hoot*
|
(packages->manifest (list guile-next guile-hoot gnu-make zip))
|
||||||
(let ((commit "61c072433020d7669c7edaf18803d790bf984a03"))
|
|
||||||
(package
|
|
||||||
(inherit guile-hoot)
|
|
||||||
(version (string-append (package-version guile-hoot)
|
|
||||||
"-1." (string-take commit 7)))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://gitlab.com/spritely/guile-hoot.git")
|
|
||||||
(commit commit)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0isx20rk92xlhcc5spbbxzs2dgmqcsjzsm82iri195894ir59f4f"))))
|
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)))))
|
|
||||||
|
|
||||||
(packages->manifest (list guile-next guile-hoot* gnu-make zip))
|
|
||||||
|
|
BIN
reflect.wasm
BIN
reflect.wasm
Binary file not shown.
Loading…
Add table
Reference in a new issue