unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63039] [PATCH] gnu: nethack: Update to 3.6.7.
@ 2023-04-23 17:47 Nicolas Goaziou
  2023-04-25  9:52 ` bug#63039: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-23 17:47 UTC (permalink / raw)
  To: 63039

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63039: [PATCH] gnu: nethack: Update to 3.6.7.
  2023-04-23 17:47 [bug#63039] [PATCH] gnu: nethack: Update to 3.6.7 Nicolas Goaziou
@ 2023-04-25  9:52 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-25  9:52 UTC (permalink / raw)
  To: 63039-done

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

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

Applied. Closing.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-25  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-23 17:47 [bug#63039] [PATCH] gnu: nethack: Update to 3.6.7 Nicolas Goaziou
2023-04-25  9:52 ` bug#63039: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).