all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 58083@debbugs.gnu.org
Subject: [bug#58083] [PATCH] gnu: nyacc: Update to 1.07.4.
Date: Sun, 25 Sep 2022 18:44:58 -0700	[thread overview]
Message-ID: <CAFHYt55fve3La3JfoUu+LTMEiy77rdQ+TERQjqiWqmQZSGYS=g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

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

[-- Attachment #2: 0001-gnu-nyacc-Update-to-1.07.4.patch --]
[-- Type: text/x-patch, Size: 1195 bytes --]

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


             reply	other threads:[~2022-09-26  1:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-26  1:44 Felix Lechner via Guix-patches via [this message]
2022-10-06 21:00 ` bug#58083: [PATCH] gnu: nyacc: Update to 1.07.4 Ludovic Courtès
2022-10-06 21:01 ` [bug#58083] " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFHYt55fve3La3JfoUu+LTMEiy77rdQ+TERQjqiWqmQZSGYS=g@mail.gmail.com' \
    --to=guix-patches@gnu.org \
    --cc=58083@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.