Updated hoot to 0.6.0

This commit is contained in:
Amy Grinn 2025-01-23 12:03:01 -05:00
parent 25e27df8c1
commit 7d4d6115a4
No known key found for this signature in database
GPG key ID: 6B558BED1DCF3192
2 changed files with 1 additions and 18 deletions

View file

@ -5,21 +5,4 @@
(gnu packages guile)
(gnu packages guile-xyz))
(define guile-hoot*
(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))
(packages->manifest (list guile-next guile-hoot gnu-make zip))

Binary file not shown.