mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: cowsay: Update to 3.8.3.
* gnu/packages/games.scm (cowsay): Update to 3.8.3. Change-Id: If6cbf75bec4bf95611356ee54d88c53c1389cf6f
This commit is contained in:
parent
5794926bed
commit
052cff561d
1 changed files with 2 additions and 2 deletions
|
|
@ -1310,7 +1310,7 @@ more. This package does @emph{not} provide the game assets.")
|
|||
;; us today is a bunch of fixes that other distros shipped as patches.
|
||||
(package
|
||||
(name "cowsay")
|
||||
(version "3.7.0")
|
||||
(version "3.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1319,7 +1319,7 @@ more. This package does @emph{not} provide the game assets.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yrgwwacrhsgpyp14c3imkd4bb9b4i68q4df9cq1i1fh4fc2nn5p"))))
|
||||
(base32 "0xdrpqj0lf3x1aib4s1bqfq4p7dxxlw1560pp1kw6pk3mzyvxih5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue