diff options
author | Greg Hogan <code@greghogan.com> | 2025-07-18 21:29:16 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-07-30 17:55:24 +0000 |
commit | e9b40d8b5f1e101c9005ccd732b60a519ae70ea3 (patch) | |
tree | eeb3749488e3c501f4d9a4c6d5b3240db50475aa /gnu/packages/games.scm | |
parent | c4fef870243c116b4f855e702cbc4f6837f13628 (diff) |
gnu: cowsay: Update to 3.8.4.
* gnu/packages/games.scm (cowsay): Update to 3.8.4.
Change-Id: I0c3561e3f00758c2178dd0ae8e16f8b68571a781
Diffstat (limited to 'gnu/packages/games.scm')
-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 fedf6591bd..d0b1ee8a77 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1426,7 +1426,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.8.3") + (version "3.8.4") (source (origin (method git-fetch) @@ -1435,7 +1435,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 "0xdrpqj0lf3x1aib4s1bqfq4p7dxxlw1560pp1kw6pk3mzyvxih5")))) + (base32 "0as4axm1v37d2bm86sksi6wrd0yc4jm2lyfdhr5k179b1mvnfx4v")))) (build-system gnu-build-system) (arguments (list #:make-flags |