diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 01:31:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 02:16:21 +0100 |
commit | 2c674796d4dc535186a8f820141229047fb02099 (patch) | |
tree | 9ef1699b2abb471d279c24c75c109d97ed460338 | |
parent | de60ac2ff2cadcd000248bc11c458cf6c69ce837 (diff) |
gnu: tintin++: Update to 2.02.02.
* gnu/packages/games.scm (tintin++): Update to 2.02.02.
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 44f59d7260..30045c9f96 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3916,7 +3916,7 @@ a style similar to the original Super Mario games.") (define-public tintin++ (package (name "tintin++") - (version "2.02.00") + (version "2.02.02") (source (origin (method url-fetch) @@ -3924,8 +3924,7 @@ a style similar to the original Super Mario games.") (string-drop-right version 1) "/tintin-" version ".tar.gz")) (sha256 - (base32 - "02qmbhzhh2sdy5b37v54gihs9k4bxmlz3j96gyx7icvx2grkbg5i")))) + (base32 "11ylbp8ip7dwmh4gzb53z147pcfxkl3lwhyy8ngyn2zc634vdn65")))) (inputs `(("gnutls" ,gnutls) ("pcre" ,pcre) |