From 052cff561d76ba6af43ab276fcaca825a31e2053 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sun, 13 Oct 2024 15:12:47 +0300 Subject: gnu: cowsay: Update to 3.8.3. * gnu/packages/games.scm (cowsay): Update to 3.8.3. Change-Id: If6cbf75bec4bf95611356ee54d88c53c1389cf6f --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') 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 -- cgit v1.2.3 ix/tree/gnu/packages.scm?id=12285c472e5fda8dc906cd1c925a5009b7254420'>treecommitdiff
path: root/gnu/packages.scm
AgeCommit message (Expand)Author