GNU bug report logs -
#75453
[PATCH] gnu: moe: Update to 1.15.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 9 Jan 2025 06:11:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 11 Jan 2025 23:22:08 +0800
with message-id <87msfxqstb.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75453] [PATCH] gnu: moe: Update to 1.15.
has caused the debbugs.gnu.org bug report #75453,
regarding [PATCH] gnu: moe: Update to 1.15.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75453: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75453
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/moe.scm (moe): Update to 1.15.
Change-Id: I085fc5d043718335c4a84d17c6cc33e0320d7580
---
gnu/packages/moe.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/moe.scm b/gnu/packages/moe.scm
index 93ac00fbc6..aa121431be 100644
--- a/gnu/packages/moe.scm
+++ b/gnu/packages/moe.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages moe)
(define-public moe
(package
(name "moe")
- (version "1.14")
+ (version "1.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/moe/moe-"
version ".tar.lz"))
(sha256
- (base32 "17cw43zsahisz5msqdv366np3zrdschgnm1lk1pm26dfw1nbvfpl"))))
+ (base32 "0rhakw6qpnhj98cqq9mv7z3yjhwj1nk9gq54bja4fc6fk6qciy21"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(inputs (list ncurses))
base-commit: 329daafcc3c798dd180fd98ff757452e3e016235
--
2.34.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/moe.scm (moe): Update to 1.15.
>
> Change-Id: I085fc5d043718335c4a84d17c6cc33e0320d7580
> ---
> gnu/packages/moe.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/moe.scm b/gnu/packages/moe.scm
> index 93ac00fbc6..aa121431be 100644
> --- a/gnu/packages/moe.scm
> +++ b/gnu/packages/moe.scm
> @@ -29,14 +29,14 @@ (define-module (gnu packages moe)
> (define-public moe
> (package
> (name "moe")
> - (version "1.14")
> + (version "1.15")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/moe/moe-"
> version ".tar.lz"))
> (sha256
> - (base32 "17cw43zsahisz5msqdv366np3zrdschgnm1lk1pm26dfw1nbvfpl"))))
> + (base32 "0rhakw6qpnhj98cqq9mv7z3yjhwj1nk9gq54bja4fc6fk6qciy21"))))
> (build-system gnu-build-system)
> (native-inputs (list lzip))
> (inputs (list ncurses))
>
> base-commit: 329daafcc3c798dd180fd98ff757452e3e016235
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.