[bug#79016,1/2] gnu: frotz: Update to 2.55.
Commit Message
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
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
@@ -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