diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-10-13 15:12:47 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-10-19 20:55:37 +0300 |
commit | 052cff561d76ba6af43ab276fcaca825a31e2053 (patch) | |
tree | 8b657c3c1216d8d476fb14b69a75b4bc4b07a129 /gnu/packages | |
parent | 5794926bed6fad4598bb565fb7f49be4205b11a1 (diff) | |
download | guix-052cff561d76ba6af43ab276fcaca825a31e2053.tar guix-052cff561d76ba6af43ab276fcaca825a31e2053.tar.gz |
gnu: cowsay: Update to 3.8.3.
* gnu/packages/games.scm (cowsay): Update to 3.8.3.
Change-Id: If6cbf75bec4bf95611356ee54d88c53c1389cf6f
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b34fdb43da..c594b8ac2a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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 |