diff options
-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 |