gnu: tintin++: Update to 2.01.7.

* gnu/packages/games.scm (tintin++): Update to 2.01.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-16 19:34:42 +01:00
parent 93fee74acf
commit fffe48701a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 11 additions and 10 deletions

View File

@ -3428,22 +3428,23 @@ the GNU GPL.")
(define-public tintin++ (define-public tintin++
(package (package
(name "tintin++") (name "tintin++")
(version "2.01.5") (version "2.01.7")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "mirror://sourceforge/tintin" (method url-fetch)
"/TinTin++ Source Code/" version (uri (string-append "mirror://sourceforge/tintin/TinTin++ Source Code/"
"/tintin" "-" version ".tar.gz")) (version-major+minor version)
(sha256 "/tintin-" version ".tar.gz"))
(base32 (sha256
"0pnnbcm96xbj69358568rpvp164rjmcvhnnzs7nvj062pi2hqcxx")))) (base32
"033n84pyxml3n3gd4dq0497n9w331bnrr1gppwipz9ashmq8jz7v"))))
(inputs (inputs
`(("gnutls" ,gnutls) `(("gnutls" ,gnutls)
("pcre" ,pcre) ("pcre" ,pcre)
("readline" ,readline) ("readline" ,readline)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
'(#:tests? #f ; no test suite '(#:tests? #f ; no test suite
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
;; The source is in tt/src. ;; The source is in tt/src.