all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29264] [PATCH] gnu: nyacc: Update to 0.82.4.
@ 2017-11-11 22:13 Jan Nieuwenhuizen
  2017-11-11 22:22 ` bug#29264: " Jan Nieuwenhuizen
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-11-11 22:13 UTC (permalink / raw)
  To: 29264

* gnu/packages/mes.scm (nyacc): Update to 0.82.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 f71339da2..d745e9f8b 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -34,7 +34,7 @@
 (define-public nyacc
   (package
     (name "nyacc")
-    (version "0.82.0")
+    (version "0.82.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/nyacc/"
@@ -42,7 +42,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ll0mjivhxpj3r81w4a8p4bclr3byzp38ig1j11jvwnbl6lawgj7"))))
+                "0ykz64jlf1kpxz3qqr0nmci57r5yqwyd3s2g93vrmcnpy9d7y22p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("guile" ,guile-2.2)))
-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#29264: [PATCH] gnu: nyacc: Update to 0.82.4.
  2017-11-11 22:13 [bug#29264] [PATCH] gnu: nyacc: Update to 0.82.4 Jan Nieuwenhuizen
@ 2017-11-11 22:22 ` Jan Nieuwenhuizen
  2017-11-12 20:18   ` [bug#29264] " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-11-11 22:22 UTC (permalink / raw)
  To: 29264-done

Jan Nieuwenhuizen writes:

> * gnu/packages/mes.scm (nyacc): Update to 0.82.4.

Re: ack on #guile irc, pushed to master as 327df26fbfdaa6d77b61dea9273839210add75c0

thanks,
janneke

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#29264] [PATCH] gnu: nyacc: Update to 0.82.4.
  2017-11-11 22:22 ` bug#29264: " Jan Nieuwenhuizen
@ 2017-11-12 20:18   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-12 20:18 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 29264-done

Jan Nieuwenhuizen <janneke@gnu.org> skribis:

> Jan Nieuwenhuizen writes:
>
>> * gnu/packages/mes.scm (nyacc): Update to 0.82.4.
>
> Re: ack on #guile irc, pushed to master as 327df26fbfdaa6d77b61dea9273839210add75c0

Woohoo!

BTW, as noted in ‘HACKING’, this is OK to push directly:

  For patches that just add a new package, and a simple one, it’s OK to commit,
  if you’re confident (which means you successfully built it in a chroot setup,
  and have done a reasonable copyright and license auditing.)  Likewise for
  package upgrades, except upgrades that trigger a lot of rebuilds (for example,
  upgrading GnuTLS or GLib.)  We have a mailing list for commit notifications
  (guix-commits@gnu.org), so people can notice.  Before pushing your changes,
  make sure to run ‘git pull --rebase’.

Thank you,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-12 20:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-11 22:13 [bug#29264] [PATCH] gnu: nyacc: Update to 0.82.4 Jan Nieuwenhuizen
2017-11-11 22:22 ` bug#29264: " Jan Nieuwenhuizen
2017-11-12 20:18   ` [bug#29264] " Ludovic Courtès

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.