mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: cowsay: Update to 3.04.
* gnu/packages/games.scm (cowsay): Update to 3.04. [source]: Download from new location. [home-page]: Point directly to the relevant page. [description]: Correct mark-up and expand slightly.
This commit is contained in:
parent
8cccd09d3e
commit
46ba5337c0
1 changed files with 8 additions and 8 deletions
|
@ -248,15 +248,15 @@ (define-public cataclysm-dda
|
||||||
(define-public cowsay
|
(define-public cowsay
|
||||||
(package
|
(package
|
||||||
(name "cowsay")
|
(name "cowsay")
|
||||||
(version "3.03")
|
(version "3.04")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://web.archive.org/web/20071026043648/"
|
(uri (string-append "https://github.com/tnalpgge/"
|
||||||
"http://www.nog.net:80/~tony/warez/"
|
"rank-amateur-cowsay/archive/"
|
||||||
"cowsay-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bxj802na2si2bk5zh7n0b7c33mg8a5n2wnvh0vihl9bmjkp51hb"))))
|
"12w7apbf6a9qffk92r32b16w22na2fjcqbl32rn0n7zw5hrp3f6q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -275,12 +275,12 @@ (define-public cowsay
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(home-page (string-append "https://web.archive.org/web/20071026043648/"
|
(home-page (string-append "https://web.archive.org/web/20071026043648/"
|
||||||
"http://www.nog.net:80/~tony/warez/"))
|
"http://www.nog.net:80/~tony/warez/cowsay.shtml"))
|
||||||
(synopsis "Speaking cow text filter")
|
(synopsis "Speaking cow text filter")
|
||||||
(description "Cowsay is basically a text filter. Send some text into it,
|
(description "Cowsay is basically a text filter. Send some text into it,
|
||||||
and you get a cow saying your text. If you think a talking cow isn't enough,
|
and you get a cow saying your text. If you think a talking cow isn't enough,
|
||||||
cows can think too. All you have to do is run @code{cowthink}.")
|
cows can think too: all you have to do is run @command{cowthink}. If you're
|
||||||
;; Any version of the GPL.
|
tired of cows, a variety of other ASCII-art messengers are available.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public freedoom
|
(define-public freedoom
|
||||||
|
|
Loading…
Reference in a new issue