guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e9b40d8b5f1e101c9005ccd732b60a519ae70ea3
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jul 18 21:29:16 2025 +0000

    gnu: cowsay: Update to 3.8.4.
    
    * gnu/packages/games.scm (cowsay): Update to 3.8.4.
    
    Change-Id: I0c3561e3f00758c2178dd0ae8e16f8b68571a781
---
 gnu/packages/games.scm | 4 ++--
 1 file 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

Reply via email to