GNU bug report logs -
#72846
[PATCH] gnu: lolcat: Update to 1.5.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Tue, 27 Aug 2024 21:26:03 UTC
Severity: normal
Tags: patch
Done: Z572 <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 Wed, 28 Aug 2024 10:36:26 +0800
with message-id <875xrlidat.fsf <at> iscas.ac.cn>
and subject line Re: [bug#72846] [PATCH] gnu: lolcat: Update to 1.5.
has caused the debbugs.gnu.org bug report #72846,
regarding [PATCH] gnu: lolcat: Update to 1.5.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72846: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72846
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/toys.scm (lolcat): Update to 1.5.
Change-Id: I03c817d38c439ed7f42e8a16da23d76ceebfe2ea
---
gnu/packages/toys.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 576e439ea6..b5b90626ac 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -143,7 +143,7 @@ (define-public fortunes-jkirchartz
(define-public lolcat
(package
(name "lolcat")
- (version "1.4")
+ (version "1.5")
(source
(origin
(method git-fetch)
@@ -152,7 +152,7 @@ (define-public lolcat
(commit (string-append "v" version))))
(sha256
(base32
- "0wyx184072z820njlc6qkvpxwcpjhj25gq4j0iw3jqzv3sk7mg7q"))
+ "1vq5y4wzjnj5r9jd085mifw84wz6hnp8p9gnd2d3x3jg9xwb0jmc"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
base-commit: 1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e
--
2.39.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/toys.scm (lolcat): Update to 1.5.
>
> Change-Id: I03c817d38c439ed7f42e8a16da23d76ceebfe2ea
> ---
> gnu/packages/toys.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
> index 576e439ea6..b5b90626ac 100644
> --- a/gnu/packages/toys.scm
> +++ b/gnu/packages/toys.scm
> @@ -143,7 +143,7 @@ (define-public fortunes-jkirchartz
> (define-public lolcat
> (package
> (name "lolcat")
> - (version "1.4")
> + (version "1.5")
> (source
> (origin
> (method git-fetch)
> @@ -152,7 +152,7 @@ (define-public lolcat
> (commit (string-append "v" version))))
> (sha256
> (base32
> - "0wyx184072z820njlc6qkvpxwcpjhj25gq4j0iw3jqzv3sk7mg7q"))
> + "1vq5y4wzjnj5r9jd085mifw84wz6hnp8p9gnd2d3x3jg9xwb0jmc"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
>
> base-commit: 1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e
push, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.