diff options
author | kiasoc5 via Guix-patches via <guix-patches@gnu.org> | 2024-08-27 17:20:31 -0400 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-28 08:24:37 +0800 |
commit | b77be6568e784446e65a7efd956d9d0ecf793c07 (patch) | |
tree | fbecee58a94fdae5005a4b9e3bde5ed12b29722f /gnu/packages/toys.scm | |
parent | 1efb7a959e4ff7eee33d714b3b5fca36abc81a8b (diff) | |
download | guix-b77be6568e784446e65a7efd956d9d0ecf793c07.tar guix-b77be6568e784446e65a7efd956d9d0ecf793c07.tar.gz |
gnu: lolcat: Update to 1.5.
* gnu/packages/toys.scm (lolcat): Update to 1.5.
Change-Id: I03c817d38c439ed7f42e8a16da23d76ceebfe2ea
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages/toys.scm')
-rw-r--r-- | gnu/packages/toys.scm | 4 |
1 files 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 @@ display via @command{fortune}, drawn from sources all around the world.") (define-public lolcat (package (name "lolcat") - (version "1.4") + (version "1.5") (source (origin (method git-fetch) @@ -152,7 +152,7 @@ display via @command{fortune}, drawn from sources all around the world.") (commit (string-append "v" version)))) (sha256 (base32 - "0wyx184072z820njlc6qkvpxwcpjhj25gq4j0iw3jqzv3sk7mg7q")) + "1vq5y4wzjnj5r9jd085mifw84wz6hnp8p9gnd2d3x3jg9xwb0jmc")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |