diff mbox series

[bug#58083] gnu: nyacc: Update to 1.07.4.

Message ID CAFHYt55fve3La3JfoUu+LTMEiy77rdQ+TERQjqiWqmQZSGYS=g@mail.gmail.com
State Accepted
Headers show
Series [bug#58083] gnu: nyacc: Update to 1.07.4. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Felix Lechner Sept. 26, 2022, 1:44 a.m. UTC
Control: tags -1 + patch

Hi,

The attached patch updates nyacc to 1.07.4. A total of 3 packages will
be rebuilt.

Style was checked with 'Tab' on the relevant package declaration (but
not with 'guix style') and did not result in any changes.

The command './pre-inst-env guix lint nyacc' timed out locally with
"error: connect: Connection timed out" during the [archival] stage
(but the system version of guix seemed to work fine after a fresh pull
on the nyacc version currently in Guix).

If you wish to examine the upstream changes on Savannah, please switch
to the 'main' branch. The upstream maintainer may not have adjusted
the default branch there just yet.

Thanks for looking!

Kind regards
Felix Lechner

Comments

Ludovic Courtès Oct. 6, 2022, 9 p.m. UTC | #1
Hi,

Felix Lechner <felix.lechner@lease-up.com> skribis:

> From cebe9c9f306ce54f8badc0c8ff9b231a4171f6ca Mon Sep 17 00:00:00 2001
> From: Felix Lechner <felix.lechner@lease-up.com>
> Date: Sun, 25 Sep 2022 16:30:26 -0700
> Subject: [PATCH] gnu: nyacc: Update to 1.07.4.
>
> * gnu/packages/mes.scm (nyacc): Update to 1.07.4.

Applied, thanks!

Ludo’.
Ludovic Courtès Oct. 6, 2022, 9:01 p.m. UTC | #2
Hi,

Felix Lechner <felix.lechner@lease-up.com> skribis:

> From cebe9c9f306ce54f8badc0c8ff9b231a4171f6ca Mon Sep 17 00:00:00 2001
> From: Felix Lechner <felix.lechner@lease-up.com>
> Date: Sun, 25 Sep 2022 16:30:26 -0700
> Subject: [PATCH] gnu: nyacc: Update to 1.07.4.
>
> * gnu/packages/mes.scm (nyacc): Update to 1.07.4.

Applied, thanks!

Ludo’.
diff mbox series

Patch

From cebe9c9f306ce54f8badc0c8ff9b231a4171f6ca Mon Sep 17 00:00:00 2001
From: Felix Lechner <felix.lechner@lease-up.com>
Date: Sun, 25 Sep 2022 16:30:26 -0700
Subject: [PATCH] gnu: nyacc: Update to 1.07.4.

* gnu/packages/mes.scm (nyacc): Update to 1.07.4.
---
 gnu/packages/mes.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 2823297e3f..72cdb503d7 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -98,14 +98,14 @@  (define-public nyacc-0.99
 (define-public nyacc
   (package
     (inherit nyacc-0.99)
-    (version "1.07.0")
+    (version "1.07.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/nyacc/nyacc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap"))
+                "1kr3b88sx0g9zy52algxqpvnkjm76qdyld7pasbbajkph2zhcj92"))
               (modules '((guix build utils)))
               (snippet
                '(substitute* "configure"

base-commit: ab6931483be544b7debb9496f694b593af7e0c0f
-- 
2.37.3