summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 17:12:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 21:53:20 +0200
commit5a71d277b7cad94f2f3fc941afa870012c37f0cb (patch)
tree3c139bdf3abba29e94730b04385aea3bf68fbf67 /gnu
parentd330d63a29f35ebcbebce19b13d49c69d38a5815 (diff)
downloadguix-5a71d277b7cad94f2f3fc941afa870012c37f0cb.tar.gz
gnu: tintin++: Update to 2.02.11.
* gnu/packages/games.scm (tintin++): Update to 2.02.11.
Diffstat (limited to 'gnu')
-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 09957355b4..efe2c72dad 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5596,7 +5596,7 @@ a style similar to the original Super Mario games.")
 (define-public tintin++
   (package
     (name "tintin++")
-    (version "2.02.05")
+    (version "2.02.11")
     (source
      (origin
        (method url-fetch)
@@ -5604,7 +5604,7 @@ a style similar to the original Super Mario games.")
                            (string-drop-right version 1)
                            "/tintin-" version ".tar.gz"))
        (sha256
-        (base32 "18fm9ga08mxqmblahmnlzwnl387i8mbkj4n0gffxc91d299019v3"))))
+        (base32 "1xdim1ckq1kgjyxmghcnvnahq1llv2y70gz3yyvzbli63vpqk4mk"))))
     (inputs
      `(("gnutls" ,gnutls)
        ("pcre" ,pcre)