mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tintin++: Update to 2.02.04.
* gnu/packages/games.scm (tintin++): Update to 2.02.04.
This commit is contained in:
parent
46fd582ff5
commit
214ff8f6db
1 changed files with 2 additions and 2 deletions
|
@ -5083,7 +5083,7 @@ (define-public supertux
|
||||||
(define-public tintin++
|
(define-public tintin++
|
||||||
(package
|
(package
|
||||||
(name "tintin++")
|
(name "tintin++")
|
||||||
(version "2.02.02")
|
(version "2.02.04")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5091,7 +5091,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 "11ylbp8ip7dwmh4gzb53z147pcfxkl3lwhyy8ngyn2zc634vdn65"))))
|
(base32 "1w1y20vqcikg59gnbxjbhyq2yanwqz1a6wp8vd1qnmil240id4j7"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
|
Loading…
Reference in a new issue