nckx pushed a commit to branch master
in repository guix.

commit 61cd7853d178cfcf675bcbcbd66966585b804e9e
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 9 01:32:48 2022 +0100

    gnu: tintin++: Update to 2.02.12.
    
    * gnu/packages/games.scm (tintin++): Update to 2.02.12.
---
 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 8fe7c5fff9..725838ca1f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5496,7 +5496,7 @@ a style similar to the original Super Mario games.")
 (define-public tintin++
   (package
     (name "tintin++")
-    (version "2.02.11")
+    (version "2.02.12")
     (source
      (origin
        (method url-fetch)
@@ -5504,7 +5504,7 @@ a style similar to the original Super Mario games.")
                            (string-drop-right version 1)
                            "/tintin-" version ".tar.gz"))
        (sha256
-        (base32 "1xdim1ckq1kgjyxmghcnvnahq1llv2y70gz3yyvzbli63vpqk4mk"))))
+        (base32 "000sg16w7790ha8ys31qjh1ip5hl02ldfwj1zy6dqz0y5i7zvydn"))))
     (inputs
      (list gnutls pcre readline zlib))
     (arguments

Reply via email to