summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-13 18:14:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-14 00:05:09 +0200
commitd7822dc6775baaf3ea272ff00e398e12ff071828 (patch)
tree0468c616f36ec33d1d13f339be70e0690c60b523
parentd321d35aa9b4a1100335113c23b1eb72850e8074 (diff)
downloadguix-patches-d7822dc6775baaf3ea272ff00e398e12ff071828.tar
guix-patches-d7822dc6775baaf3ea272ff00e398e12ff071828.tar.gz
gnu: julius: Update to 1.4.1.
* gnu/packages/games.scm (julius): Update to 1.4.1.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5f3ac201e4..dd394cd734 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -979,7 +979,7 @@ automata. The following features are available:
(define-public julius
(package
(name "julius")
- (version "1.4.0")
+ (version "1.4.1")
(source
(origin
(method git-fetch)
@@ -988,7 +988,7 @@ automata. The following features are available:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "01rygr592ar530qv1flmaiq8icl0qdxgc8lhkcdyn1g09941z47v"))
+ (base32 "12hhnhdwgz7hd3hlndbnk15pxggm1375qs0764ija4nl1gbpb110"))
;; Remove unused bundled libraries.
(modules '((guix build utils)))
(snippet