From 214ff8f6dbe95de95918b56ee7ad19d2a7c99faf Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 16 Oct 2020 14:03:36 +0200 Subject: 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 d473baa335..af13dc3c5a 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) -- cgit v1.2.3