me
/
guix
Archived
1
0
Fork 0

gnu: julius: Update to 1.5.0.

* gnu/packages/games.scm (julius): Update to 1.5.0.
master
Pierre Neidhardt 2020-10-27 21:15:00 +01:00
parent 4476137ab4
commit 6d31f7dec4
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -1186,7 +1186,7 @@ automata. The following features are available:
(define-public julius
(package
(name "julius")
(version "1.4.1")
(version "1.5.0")
(source
(origin
(method git-fetch)
@ -1195,7 +1195,7 @@ automata. The following features are available:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "12hhnhdwgz7hd3hlndbnk15pxggm1375qs0764ija4nl1gbpb110"))
(base32 "1g1ci34bjn67ia3ckk9wgqg4283flfdvjq0w5lf83h6ymckppnr6"))
;; Remove unused bundled libraries.
(modules '((guix build utils)))
(snippet