guix-commits
[Top][All Lists]
Advanced

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

155/285: gnu: nethack: Update to 3.6.4.


From: guix-commits
Subject: 155/285: gnu: nethack: Update to 3.6.4.
Date: Sun, 29 Dec 2019 20:44:20 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit cd5e2e10299174eecf015172d90a00874d31bf04
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 16:55:55 2019 +0100

    gnu: nethack: Update to 3.6.4.
    
    * gnu/packages/games.scm (nethack): Update to 3.6.4.
---
 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 b27c59e..80ea82c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -946,7 +946,7 @@ watch your CPU playing while enjoying a cup of tea!")
 (define-public nethack
   (package
     (name "nethack")
-    (version "3.6.2")
+    (version "3.6.4")
     (source
       (origin
         (method url-fetch)
@@ -954,7 +954,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 "07fvkm3v11a4pjrq2f66vjslljsvk6raal53skn4gqsfdbd0ml7v"))))
+          (base32 "0ndxgnsprwgjnk0qb24iljkpijnfncgvfb3h3zb129h3cs2anc85"))))
     (inputs
       `(("ncurses" ,ncurses)
         ("bison" ,bison)



reply via email to

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