mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: julius: Update to 1.6.0.
* gnu/packages/games.scm (julius): Update to 1.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
9f48bb3f53
commit
abcd2d2420
1 changed files with 2 additions and 2 deletions
|
@ -1324,7 +1324,7 @@ (define-public golly
|
||||||
(define-public julius
|
(define-public julius
|
||||||
(package
|
(package
|
||||||
(name "julius")
|
(name "julius")
|
||||||
(version "1.5.1")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1333,7 +1333,7 @@ (define-public julius
|
||||||
(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 "10d6py1cmkq8lnb5h3w8rdpp4fmpd1wgqkgiabdghqxi7b2s0g4b"))
|
(base32 "0nfdn8n6ywhm69ckz9a1chl5xxiqyaj3l337wadsbppnpscjihrc"))
|
||||||
;; Remove unused bundled libraries.
|
;; Remove unused bundled libraries.
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue