diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-10-27 21:15:00 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-10-27 21:28:45 +0100 |
commit | 6d31f7dec4e537d93106dc05ada7d8b9711e65ab (patch) | |
tree | 66891e33b7036083a59c352985c895e3f9d64d3f | |
parent | 4476137ab4594f13889eebe22a291ce9f060561a (diff) |
gnu: julius: Update to 1.5.0.
* gnu/packages/games.scm (julius): Update to 1.5.0.
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9160d677ff..696e3f1cc4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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 |