GNU bug report logs - #28419
[PATCH] gnu: mes: Update to 0.10.

Previous Next

Package: guix-patches;

Reported by: Jan Nieuwenhuizen <janneke <at> gnu.org>

Date: Mon, 11 Sep 2017 17:17:02 UTC

Severity: normal

Tags: patch

Done: Jan Nieuwenhuizen <janneke <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28419 in the body.
You can then email your comments to 28419 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28419; Package guix-patches. (Mon, 11 Sep 2017 17:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 11 Sep 2017 17:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: mes: Update to 0.10.
Date: Mon, 11 Sep 2017 19:15:33 +0200
* gnu/packages/mes.scm (mes): Update to 0.10.
---
 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 9aba162f3..f71339da2 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -58,7 +58,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
   (let ((triplet "i686-unknown-linux-gnu"))
     (package
       (name "mes")
-      (version "0.9")
+      (version "0.10")
       (source (origin
                 (method url-fetch)
                 (uri (string-append "https://gitlab.com/janneke/mes"
@@ -67,7 +67,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
                 (file-name (string-append name "-" version ".tar.gz"))
                 (sha256
                  (base32
-                  "0ph0fvabpb7zhbk4zpacbp7m4b142ds17dq5dzn00m7dz8farw9r"))))
+                  "0djmhnvha8phxgb4msysnjmy1nnllb08bnw4xhdayq8ppi4zdmcv"))))
       (build-system gnu-build-system)
       (supported-systems '("i686-linux" "x86_64-linux"))
       (propagated-inputs
-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com





Information forwarded to guix-patches <at> gnu.org:
bug#28419; Package guix-patches. (Mon, 11 Sep 2017 22:16:01 GMT) Full text and rfc822 format available.

Message #8 received at 28419 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kkebreau <at> posteo.net>
To: Jan Nieuwenhuizen <janneke <at> gnu.org>
Cc: 28419 <at> debbugs.gnu.org
Subject: Re: [bug#28419] [PATCH] gnu: mes: Update to 0.10.
Date: Mon, 11 Sep 2017 18:14:40 -0400
[Message part 1 (text/plain, inline)]
Jan Nieuwenhuizen <janneke <at> gnu.org> writes:

> * gnu/packages/mes.scm (mes): Update to 0.10.
> ---
>  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 9aba162f3..f71339da2 100644
> --- a/gnu/packages/mes.scm
> +++ b/gnu/packages/mes.scm
> @@ -58,7 +58,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
>    (let ((triplet "i686-unknown-linux-gnu"))
>      (package
>        (name "mes")
> -      (version "0.9")
> +      (version "0.10")
>        (source (origin
>                  (method url-fetch)
>                  (uri (string-append "https://gitlab.com/janneke/mes"
> @@ -67,7 +67,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
>                  (file-name (string-append name "-" version ".tar.gz"))
>                  (sha256
>                   (base32
> -                  "0ph0fvabpb7zhbk4zpacbp7m4b142ds17dq5dzn00m7dz8farw9r"))))
> +                  "0djmhnvha8phxgb4msysnjmy1nnllb08bnw4xhdayq8ppi4zdmcv"))))
>        (build-system gnu-build-system)
>        (supported-systems '("i686-linux" "x86_64-linux"))
>        (propagated-inputs

LGTM. Pushed as f435379762c682c83cde318004d7ed5deaab01b2 to master.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
You have taken responsibility. (Tue, 12 Sep 2017 21:43:02 GMT) Full text and rfc822 format available.

Notification sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
bug acknowledged by developer. (Tue, 12 Sep 2017 21:43:03 GMT) Full text and rfc822 format available.

Message #13 received at 28419-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: Kei Kebreau <kkebreau <at> posteo.net>
Cc: 28419-done <at> debbugs.gnu.org
Subject: Re: [bug#28419] [PATCH] gnu: mes: Update to 0.10.
Date: Tue, 12 Sep 2017 23:41:59 +0200
Kei Kebreau writes:

> Jan Nieuwenhuizen <janneke <at> gnu.org> writes:
>
>> * gnu/packages/mes.scm (mes): Update to 0.10.
>
> LGTM. Pushed as f435379762c682c83cde318004d7ed5deaab01b2 to master.

Thanks!
janneke

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 11 Oct 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 331 days ago.

Previous Next


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