~ruther/guix-local

3ad7dcc88cd31f53ba88c5d22c082c13c83cfb6a — David Thompson 5 months ago c76ce45
gnu: guile-hoot: Update to 0.7.0.

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

Change-Id: Ied3e9f71beec2ba7a21334e45088dbbdb0feee27
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +2 -2
@@ 4524,7 4524,7 @@ from @code{tree-il}.")
(define-public guile-hoot
  (package
    (name "guile-hoot")
    (version "0.6.1")
    (version "0.7.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://spritely.institute/files/releases"


@@ 4532,7 4532,7 @@ from @code{tree-il}.")
                                  version ".tar.gz"))
              (sha256
               (base32
                "0bpcni900sh2rp8j8ixjs0cipmvgygh1srnli686vf12n61hw0kz"))))
                "0f762mwz6lk5vwl1srjq9frqm3s2baa17gbn5pl70ri5x0iywyxi"))))
    (build-system gnu-build-system)
    (arguments
     '(#:make-flags '("GUILE_AUTO_COMPILE=0")))