guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: tintin++: Update to 2.02.04.


From: guix-commits
Subject: 03/07: gnu: tintin++: Update to 2.02.04.
Date: Fri, 16 Oct 2020 09:18:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 214ff8f6dbe95de95918b56ee7ad19d2a7c99faf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 14:03:36 2020 +0200

    gnu: tintin++: Update to 2.02.04.
    
    * gnu/packages/games.scm (tintin++): Update to 2.02.04.
---
 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 d473baa..af13dc3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5083,7 +5083,7 @@ a style similar to the original Super Mario games.")
 (define-public tintin++
   (package
     (name "tintin++")
-    (version "2.02.02")
+    (version "2.02.04")
     (source
      (origin
        (method url-fetch)
@@ -5091,7 +5091,7 @@ a style similar to the original Super Mario games.")
                            (string-drop-right version 1)
                            "/tintin-" version ".tar.gz"))
        (sha256
-        (base32 "11ylbp8ip7dwmh4gzb53z147pcfxkl3lwhyy8ngyn2zc634vdn65"))))
+        (base32 "1w1y20vqcikg59gnbxjbhyq2yanwqz1a6wp8vd1qnmil240id4j7"))))
     (inputs
      `(("gnutls" ,gnutls)
        ("pcre" ,pcre)



reply via email to

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