diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-03 23:20:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 06:36:17 +0100 |
commit | c90aade8afaf87e7ff2f98a6ec5525276b7e4f66 (patch) | |
tree | d54f0ad5bde7d4c6682f5db324295bb51e37aa46 | |
parent | 7f3018ce9c2fd5567cf55e021159d62d01f45723 (diff) |
gnu: tintin++: Update to 2.02.05.
* gnu/packages/games.scm (tintin++): Update to 2.02.05.
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index fd615f3653..5f906d0a4e 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.04") + (version "2.02.05") (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 "1w1y20vqcikg59gnbxjbhyq2yanwqz1a6wp8vd1qnmil240id4j7")))) + (base32 "18fm9ga08mxqmblahmnlzwnl387i8mbkj4n0gffxc91d299019v3")))) (inputs `(("gnutls" ,gnutls) ("pcre" ,pcre) |