emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#63039: closed ([PATCH] gnu: nethack: Update to 3.6.7.)


From: GNU bug Tracking System
Subject: bug#63039: closed ([PATCH] gnu: nethack: Update to 3.6.7.)
Date: Tue, 25 Apr 2023 09:53:02 +0000

Your message dated Tue, 25 Apr 2023 11:52:33 +0200
with message-id <87v8hknva6.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#63039] [PATCH] gnu: nethack: Update to 3.6.7.
has caused the debbugs.gnu.org bug report #63039,
regarding [PATCH] gnu: nethack: Update to 3.6.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63039: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63039
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nethack: Update to 3.6.7. Date: Sun, 23 Apr 2023 19:47:25 +0200
* 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 727854afda..700ae84d05 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1993,7 +1993,7 @@ (define-public ltris
 (define-public nethack
   (package
     (name "nethack")
-    (version "3.6.6")
+    (version "3.6.7")
     (source
       (origin
         (method url-fetch)
@@ -2001,7 +2001,7 @@ (define-public nethack
          (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

base-commit: 74e96c4cb171b17949f638d8b452d047a8f2dc6f
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63039] [PATCH] gnu: nethack: Update to 3.6.7. Date: Tue, 25 Apr 2023 11:52:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/games.scm (nethack): Update to 3.6.7.

Applied. Closing.


--- End Message ---

reply via email to

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