gnu: guile-hoot: Update to 0.4.1.

* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.4.1.

Change-Id: I955c9b393ca4f1d22036bdf808210b06af1c7e51
This commit is contained in:
David Thompson 2024-04-30 10:25:10 -04:00
parent b1365a0326
commit 032a3d3452
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -3491,7 +3491,7 @@ (define-public python-on-guile
(define-public guile-hoot (define-public guile-hoot
(package (package
(name "guile-hoot") (name "guile-hoot")
(version "0.4.0") (version "0.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://spritely.institute/files/releases" (uri (string-append "https://spritely.institute/files/releases"
@ -3499,7 +3499,7 @@ (define-public guile-hoot
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0mlj9b9dzhd8k8jg9fgwxyxdy8rsynfq81vm00rjgbh2ivpgr3x2")))) "08bp2dl688ap18h9d840g0dpk71rb3v9r0fmwdjrkwwwsryrjr0n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0" '(#:make-flags '("GUILE_AUTO_COMPILE=0"