diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-01-30 10:55:12 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-01-30 11:12:42 -0500 |
commit | 890bf023c55165d0e12bb1dc4e7e8b4cc8ba5d7b (patch) | |
tree | 2bb7d7e111bcecd4c41447307ae8f47e97dbaab3 /gnu | |
parent | 49c97ea42fd6863774b29b5ad2c8c0741cb35560 (diff) | |
download | guix-890bf023c55165d0e12bb1dc4e7e8b4cc8ba5d7b.tar.gz guix-890bf023c55165d0e12bb1dc4e7e8b4cc8ba5d7b.zip |
gnu: tintin++: Update to 2.01.4.
* gnu/packages/games.scm (tintin++): Update to 2.01.4.
Diffstat (limited to 'gnu')
-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 f8bc5fe731..e2f855aa56 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3914,7 +3914,7 @@ the GNU GPL.") (define-public tintin++ (package (name "tintin++") - (version "2.01.2") + (version "2.01.4") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/tintin" @@ -3922,7 +3922,7 @@ the GNU GPL.") "/tintin" "-" version ".tar.gz")) (sha256 (base32 - "13h39agyhlhm17zyqlb56bmbbxpimikyf5pana3gd3ylvqy1xq81")))) + "1g7bh8xs1ml0iyraps3a3dzaycci922y7fk5j0wyr4ssyjzsy8nx")))) (inputs `(("gnutls" ,gnutls) ("pcre" ,pcre) |