[PATCH] gnu: nyacc: Update to 0.82.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jan Nieuwenhuizen
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jan Nieuwenhuizen
Severity
normal
J
J
Jan Nieuwenhuizen wrote on 11 Nov 2017 23:13
(address . guix-patches@gnu.org)
20171111221301.9812-1-janneke@gnu.org
* gnu/packages/mes.scm (nyacc): Update to 0.82.4.
---
gnu/packages/mes.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
J
J
Jan Nieuwenhuizen wrote on 11 Nov 2017 23:22
(address . 29264-done@debbugs.gnu.org)(name . Ludovic Courtès)(address . ludo@gnu.org)
87r2t4wj4e.fsf@gnu.org
Jan Nieuwenhuizen writes:

Toggle quote (2 lines)
> * 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
Closed
L
L
Ludovic Courtès wrote on 12 Nov 2017 21:18
(name . Jan Nieuwenhuizen)(address . janneke@gnu.org)(address . 29264-done@debbugs.gnu.org)
87efp3dze3.fsf@gnu.org
Jan Nieuwenhuizen <janneke@gnu.org> skribis:

Toggle quote (6 lines)
> 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’.
Closed
?