diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-09 01:32:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-09 01:36:38 +0100 |
commit | 61cd7853d178cfcf675bcbcbd66966585b804e9e (patch) | |
tree | 56dd831ec66eafe1a72ed71d811fc72397feda41 /gnu/packages | |
parent | 1e18f88740ceeba7c383a92fac6f4b03a3133dcf (diff) |
gnu: tintin++: Update to 2.02.12.
* gnu/packages/games.scm (tintin++): Update to 2.02.12.
Diffstat (limited to 'gnu/packages')
-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 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 |