gnu: julius: Update to 1.7.0.

* gnu/packages/games.scm (julius): Update to 1.7.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Timotej Lazar 2022-09-30 19:08:32 +02:00 committed by Ludovic Courtès
parent 37ed844711
commit cb731c80ff
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -1555,7 +1555,7 @@ Joy-Con controllers.")
(define-public julius (define-public julius
(package (package
(name "julius") (name "julius")
(version "1.6.0") (version "1.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1564,7 +1564,7 @@ Joy-Con controllers.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0nfdn8n6ywhm69ckz9a1chl5xxiqyaj3l337wadsbppnpscjihrc")) (base32 "0w7kmgz9ya0ck9cxhsyralarg7y6ydx4plmh33r4mkxkamlr7493"))
;; Remove unused bundled libraries. ;; Remove unused bundled libraries.
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet