Archived
1
0
Fork 0

gnu: guile-hoot: Update to 0.3.0.

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

Change-Id: I355d4b11bdd45bf87e3d7227f259907b1e7d57bd
This commit is contained in:
David Thompson 2024-01-30 10:55:31 -05:00
parent 7cdad00e30
commit a901e950dd
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -3434,7 +3434,7 @@ from @code{tree-il}.")
(define-public guile-hoot (define-public guile-hoot
(package (package
(name "guile-hoot") (name "guile-hoot")
(version "0.2.0") (version "0.3.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"
@ -3442,7 +3442,7 @@ from @code{tree-il}.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1byshh7092q2yzqwpi59j4xjsppvp1xqnqsv94yv541qfm0plnc2")))) "1zgcp7xnx84gwdpxj0wga7xrcxcifp9fyp06b6d54gbxq4as8an1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0" '(#:make-flags '("GUILE_AUTO_COMPILE=0"