guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: angband: Update to 4.2.5.


From: guix-commits
Subject: 01/04: gnu: angband: Update to 4.2.5.
Date: Sun, 17 Sep 2023 16:17:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6eaae8a96518f12d52d3393f72740844bbe5b0dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: angband: Update to 4.2.5.
    
    * gnu/packages/games.scm (angband): Update to 4.2.5.
---
 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 db157f30e1..0b7518c2c2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3313,7 +3313,7 @@ that beneath its ruins lay buried an ancient evil.")
 (define-public angband
   (package
     (name "angband")
-    (version "4.2.4")
+    (version "4.2.5")
     (source
      (origin
        (method git-fetch)
@@ -3322,7 +3322,7 @@ that beneath its ruins lay buried an ancient evil.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x0qqsv7xa3figcl4v35sin64ffgz32652vk541d8qaq4qcc378n"))
+        (base32 "0kg6npbfy42mhggsqvs04khc8198i980z52xm59pws29698qazaw"))
        (modules '((guix build utils)))
        (snippet
         ;; So, some of the sounds/graphics/tilesets are under different



reply via email to

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