GNU bug report logs - #79016
[PATCH 0/2] gnu: frotz: Update to 2.55.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Mon, 14 Jul 2025 14:59:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 79016 <at> debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#79016] [PATCH 1/2] gnu: frotz: Update to 2.55.
Date: Mon, 14 Jul 2025 23:01:18 +0800
From fc3d8f33e81547bd30670e2929cf4731db95f376 Mon Sep 17 00:00:00 2001
Message-ID: 
<fc3d8f33e81547bd30670e2929cf4731db95f376.1752504959.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz <at> disroot.org>
References: <cover.1752504959.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> 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(-)

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
-- 
2.50.0




This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.