[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: julius: Update to 1.5.0.
From: |
guix-commits |
Subject: |
01/02: gnu: julius: Update to 1.5.0. |
Date: |
Tue, 27 Oct 2020 16:29:09 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 6d31f7dec4e537d93106dc05ada7d8b9711e65ab
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Oct 27 21:15:00 2020 +0100
gnu: julius: Update to 1.5.0.
* gnu/packages/games.scm (julius): Update to 1.5.0.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9160d67..696e3f1 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