gnu: guile-hoot: Update to 0.4.0.

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

Change-Id: I1f1505bc913191578be3d5e0d2fb0c7d7c574b2c
This commit is contained in:
David Thompson 2024-04-09 10:02:59 -04:00
parent 6d0502f9c3
commit 35e1d9247e
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -3489,7 +3489,7 @@ (define-public python-on-guile
(define-public guile-hoot (define-public guile-hoot
(package (package
(name "guile-hoot") (name "guile-hoot")
(version "0.3.0") (version "0.4.0")
(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"
@ -3497,7 +3497,7 @@ (define-public guile-hoot
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1zgcp7xnx84gwdpxj0wga7xrcxcifp9fyp06b6d54gbxq4as8an1")))) "0mlj9b9dzhd8k8jg9fgwxyxdy8rsynfq81vm00rjgbh2ivpgr3x2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0" '(#:make-flags '("GUILE_AUTO_COMPILE=0"