diff options
author | AwesomeAdam54321 <adam.faiz@disroot.org> | 2025-07-27 00:39:25 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-27 00:53:32 +0200 |
commit | 888cd83576801f95a9102c9fad6c405c7e1f0dba (patch) | |
tree | 83ba175623e85d180adde37c49d795dffd4312cb | |
parent | dd40365248bcfb7401e0efa3bfcec35bbf66bf1c (diff) |
gnu: frotz: Update to 2.55.
* gnu/packages/games.scm (frotz): Update to 2.55.
Change-Id: I010868f2952777f7634788dedc5c20b89d871403
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files 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 |