3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tintin++: Update to 2.01.2.

* gnu/packages/games.scm (tintin++): Update to 2.01.2.
This commit is contained in:
Kei Kebreau 2017-01-21 13:54:32 -05:00
parent ac080e296e
commit ca085a3af3
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -2789,7 +2789,7 @@ the GNU GPL.")
(define-public tintin++
(package
(name "tintin++")
(version "2.01.1")
(version "2.01.2")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceforge.net/projects/tintin"
@ -2797,7 +2797,7 @@ the GNU GPL.")
"/tintin" "-" version ".tar.gz"))
(sha256
(base32
"195wrfcys8yy953gdrl1gxryhjnx9lg1vqgxm3dyzm8bi18aa2yc"))))
"13h39agyhlhm17zyqlb56bmbbxpimikyf5pana3gd3ylvqy1xq81"))))
(inputs
`(("gnutls" ,gnutls)
("pcre" ,pcre)