From 7f3018ce9c2fd5567cf55e021159d62d01f45723 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 3 Nov 2020 23:14:28 +0100 Subject: gnu: julius: Update to 1.5.1. * gnu/packages/games.scm (julius): Update to 1.5.1. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c15e71f446..fd615f3653 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.5.0") + (version "1.5.1") (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 "1g1ci34bjn67ia3ckk9wgqg4283flfdvjq0w5lf83h6ymckppnr6")) + (base32 "10d6py1cmkq8lnb5h3w8rdpp4fmpd1wgqkgiabdghqxi7b2s0g4b")) ;; Remove unused bundled libraries. (modules '((guix build utils))) (snippet -- cgit v1.2.3