summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-19 02:18:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-19 02:19:30 +0200
commit6052fd73ae60760407ea2c57007ad11b60e60f4e (patch)
tree06ded43fb897b234b729852156f082243a218c8f /gnu/packages/games.scm
parente93253b7a5d1f37d6afb78cdee0649f2040d4fdf (diff)
downloadguix-6052fd73ae60760407ea2c57007ad11b60e60f4e.tar.gz
gnu: 7kaa: Update to 2.15.4p1.
* gnu/packages/games.scm (7kaa): Update to 2.15.4p1.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 36e379dd99..e037ff649c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11459,7 +11459,7 @@ protect you.")
 (define-public 7kaa
   (package
     (name "7kaa")
-    (version "2.15.4")
+    (version "2.15.4p1")
     (source
      (origin
        (method url-fetch)
@@ -11467,7 +11467,7 @@ protect you.")
                            "releases/download/v" version "/"
                            "7kaa-" version ".tar.xz"))
        (sha256
-        (base32 "0n0bn6xshv3cwk8j0lkl65a1vqd1xkkzlhvwxm32va80nc16d5ds"))))
+        (base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)