summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-03 23:14:28 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-04 06:36:17 +0100
commit7f3018ce9c2fd5567cf55e021159d62d01f45723 (patch)
tree667885fa4b9a33a9d8114a71655bb789dc5d5a51
parent41745f728e3c9d32ed9b6073dca87e7551e4ed7d (diff)
downloadguix-7f3018ce9c2fd5567cf55e021159d62d01f45723.tar.gz
gnu: julius: Update to 1.5.1.
* gnu/packages/games.scm (julius): Update to 1.5.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 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