guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6fa7f5e483dc67c06904d1ac0bb6d9bba716d005
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 23:50:55 2025 +0200

    gnu: sosage: Update to 1.6.1.
    
    * gnu/packages/games.scm (sosage): Update to 1.6.1.
    
    Change-Id: I0b5fbb1ce5263c43f29b6b561ef278996d0d4f57
---
 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 c40cf0beb2..96488318ee 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3365,7 +3365,7 @@ Superfluous Returnz.")
 (define-public sosage
   (package
     (name "sosage")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method git-fetch)
@@ -3374,7 +3374,7 @@ Superfluous Returnz.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xgk3r18aj9xvrrqr9qdrr6800hkv6lhfcnmm5z21g8kbfh9x4jm"))
+        (base32 "029mcnx2r86gc7chzd0avga4x7gm1yxl2wi3wqxmzhlh51q0p44x"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

Reply via email to