guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: julius: Update to 1.7.0.


From: guix-commits
Subject: 06/06: gnu: julius: Update to 1.7.0.
Date: Thu, 6 Oct 2022 17:20:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cb731c80fffcbc483c950f73477ac99ba15e856f
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Fri Sep 30 19:08:32 2022 +0200

    gnu: julius: Update to 1.7.0.
    
    * gnu/packages/games.scm (julius): Update to 1.7.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 65375c9acc..246472c699 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1555,7 +1555,7 @@ Joy-Con controllers.")
 (define-public julius
   (package
     (name "julius")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -1564,7 +1564,7 @@ Joy-Con controllers.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nfdn8n6ywhm69ckz9a1chl5xxiqyaj3l337wadsbppnpscjihrc"))
+        (base32 "0w7kmgz9ya0ck9cxhsyralarg7y6ydx4plmh33r4mkxkamlr7493"))
        ;; Remove unused bundled libraries.
        (modules '((guix build utils)))
        (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]