summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-10-27 21:15:00 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-10-27 21:28:45 +0100
commit6d31f7dec4e537d93106dc05ada7d8b9711e65ab (patch)
tree66891e33b7036083a59c352985c895e3f9d64d3f /gnu/packages/games.scm
parent4476137ab4594f13889eebe22a291ce9f060561a (diff)
downloadguix-6d31f7dec4e537d93106dc05ada7d8b9711e65ab.tar.gz
gnu: julius: Update to 1.5.0.
* gnu/packages/games.scm (julius): Update to 1.5.0.
Diffstat (limited to 'gnu/packages/games.scm')
-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 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