GNU bug report logs - #58197
[PATCH] gnu: julius: Update to 1.7.0.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Fri, 30 Sep 2022 17:09:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#58197: closed (Re: bug#58197: [PATCH] gnu: julius: Update to
 1.7.0.)
Date: Thu, 06 Oct 2022 21:17:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58197: [PATCH] gnu: julius: Update to 1.7.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58197 <at> debbugs.gnu.org.

-- 
58197: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58197
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 58197-done <at> debbugs.gnu.org
Subject: Re: bug#58197: [PATCH] gnu: julius: Update to 1.7.0.
Date: Thu, 06 Oct 2022 23:16:21 +0200
Timotej Lazar <timotej.lazar <at> araneo.si> skribis:

> * gnu/packages/games.scm (julius): Update to 1.7.0.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: julius: Update to 1.7.0.
Date: Fri, 30 Sep 2022 19:08:32 +0200
* gnu/packages/games.scm (julius): Update to 1.7.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 8d569b013f..67e72805e2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1555,7 +1555,7 @@ (define-public joycond
 (define-public julius
   (package
     (name "julius")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -1564,7 +1564,7 @@ (define-public julius
              (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
-- 
2.37.3




This bug report was last modified 2 years and 227 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.