GNU bug report logs -
#28419
[PATCH] gnu: mes: Update to 0.10.
Previous Next
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.
Full log
Message #8 received at 28419 <at> debbugs.gnu.org (full text, mbox):
[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)]
This bug report was last modified 7 years and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.