summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 14:03:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 15:09:53 +0200
commit214ff8f6dbe95de95918b56ee7ad19d2a7c99faf (patch)
tree4fbbadc2cad0b6a1b56a77b95c6ef494074f13a3 /gnu
parent46fd582ff5870efd7d243d6d0fcdfaa9c7cf2edf (diff)
downloadguix-patches-214ff8f6dbe95de95918b56ee7ad19d2a7c99faf.tar
guix-patches-214ff8f6dbe95de95918b56ee7ad19d2a7c99faf.tar.gz
gnu: tintin++: Update to 2.02.04.
* gnu/packages/games.scm (tintin++): Update to 2.02.04.
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 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)