mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
1efb7a959e
commit
b77be6568e
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ display via @command{fortune}, drawn from sources all around the world.")
|
||||||
(define-public lolcat
|
(define-public lolcat
|
||||||
(package
|
(package
|
||||||
(name "lolcat")
|
(name "lolcat")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -152,7 +152,7 @@ display via @command{fortune}, drawn from sources all around the world.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wyx184072z820njlc6qkvpxwcpjhj25gq4j0iw3jqzv3sk7mg7q"))
|
"1vq5y4wzjnj5r9jd085mifw84wz6hnp8p9gnd2d3x3jg9xwb0jmc"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue