[bug#79016,1/2] gnu: frotz: Update to 2.55.

Message ID 51cd5ff1-1a04-4809-8b5a-72a59eb9fe53@disroot.org
State New
Headers
Series gnu: frotz: Update to 2.55. |

Commit Message

Adam Faiz July 14, 2025, 3:01 p.m. UTC
From fc3d8f33e81547bd30670e2929cf4731db95f376 Mon Sep 17 00:00:00 2001
Message-ID: 
<fc3d8f33e81547bd30670e2929cf4731db95f376.1752504959.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz@disroot.org>
References: <cover.1752504959.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 14 Jul 2025 22:49:27 +0800
Subject: [PATCH 1/2] 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(-)
  

Comments

Andreas Enge July 14, 2025, 6:06 p.m. UTC | #1
Hello Adam,

unfortunately I cannot apply your patch with "git am", the error message
says there is an error in line 10. I suppose you prepared them before
the addition of asciiquarium yesterday; could you maybe send a v2?

Concerning the second patch, please record all changes in the commit
message (native-inputs, phases); there are examples you can find with
"git log".

Thanks!

Andreas
  

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index af9b7ebe66..4cd8c8963e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9540,7 +9540,7 @@  (define-public xonotic
  (define-public frotz
    (package
      (name "frotz")
-    (version "2.54")
+    (version "2.55")
      (source (origin
                (method url-fetch)
                (uri (list (string-append
@@ -9551,7 +9551,7 @@  (define-public frotz
                            "frotz/frotz-" version ".tar.gz")))
                (sha256
                 (base32
- "1vsfq9ryyb4nvzxpnnn40k423k9pdy8k67i8390qz5h0vmxw0fds"))))
+ "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
      (build-system gnu-build-system)
      (arguments
       (list #:tests? #f                  ; there are no tests