guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 888cd83576801f95a9102c9fad6c405c7e1f0dba
Author: AwesomeAdam54321 <[email protected]>
AuthorDate: Sun Jul 27 00:39:25 2025 +0200

    gnu: frotz: Update to 2.55.
    
    * gnu/packages/games.scm (frotz): Update to 2.55.
    
    Change-Id: I010868f2952777f7634788dedc5c20b89d871403
---
 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 8a93041f1d..75f76a138b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9608,7 +9608,7 @@ open-source FPS of its kind.")
 (define-public frotz
   (package
     (name "frotz")
-    (version "2.54")
+    (version "2.55")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -9619,7 +9619,7 @@ open-source FPS of its kind.")
                           "frotz/frotz-" version ".tar.gz")))
               (sha256
                (base32
-                "1vsfq9ryyb4nvzxpnnn40k423k9pdy8k67i8390qz5h0vmxw0fds"))))
+                "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; there are no tests

Reply via email to