guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: nethack: Update to 3.6.7.


From: guix-commits
Subject: 04/05: gnu: nethack: Update to 3.6.7.
Date: Tue, 25 Apr 2023 05:49:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c9c4fea7c5eb76e501b31c7d8bf9782c25bccc4a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 23 19:47:25 2023 +0200

    gnu: nethack: Update to 3.6.7.
    
    * gnu/packages/games.scm (nethack): Update to 3.6.7.
---
 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 288d470c8c..8966379f77 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2070,7 +2070,7 @@ watch your CPU playing while enjoying a cup of tea!")
 (define-public nethack
   (package
     (name "nethack")
-    (version "3.6.6")
+    (version "3.6.7")
     (source
       (origin
         (method url-fetch)
@@ -2078,7 +2078,7 @@ watch your CPU playing while enjoying a cup of tea!")
          (string-append "https://www.nethack.org/download/"; version "/nethack-"
                         (string-join (string-split version #\.) "") 
"-src.tgz"))
         (sha256
-          (base32 "1liyckjp34j354qnxc1zn9730lh1p2dabrg1hap24z6xnqx0rpng"))))
+          (base32 "1cmc596x8maixi2bkx9kblp3daxw156ahnklc656dygbdpgngkwq"))))
     (native-inputs
       (list bison flex))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]