mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: tintin++: Update to 2.02.11.
* gnu/packages/games.scm (tintin++): Update to 2.02.11.
This commit is contained in:
parent
d330d63a29
commit
5a71d277b7
1 changed files with 2 additions and 2 deletions
|
@ -5596,7 +5596,7 @@ (define-public supertux
|
||||||
(define-public tintin++
|
(define-public tintin++
|
||||||
(package
|
(package
|
||||||
(name "tintin++")
|
(name "tintin++")
|
||||||
(version "2.02.05")
|
(version "2.02.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5604,7 +5604,7 @@ (define-public tintin++
|
||||||
(string-drop-right version 1)
|
(string-drop-right version 1)
|
||||||
"/tintin-" version ".tar.gz"))
|
"/tintin-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18fm9ga08mxqmblahmnlzwnl387i8mbkj4n0gffxc91d299019v3"))))
|
(base32 "1xdim1ckq1kgjyxmghcnvnahq1llv2y70gz3yyvzbli63vpqk4mk"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
|
Loading…
Reference in a new issue