gnu: tintin++: Update to 2.01.5.
* gnu/packages/games.scm (tintin++): Update to 2.01.5.
This commit is contained in:
parent
c6e9b494e8
commit
5b9c2690af
|
@ -3463,7 +3463,7 @@ the GNU GPL.")
|
||||||
(define-public tintin++
|
(define-public tintin++
|
||||||
(package
|
(package
|
||||||
(name "tintin++")
|
(name "tintin++")
|
||||||
(version "2.01.4")
|
(version "2.01.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/tintin"
|
(uri (string-append "mirror://sourceforge/tintin"
|
||||||
|
@ -3471,7 +3471,7 @@ the GNU GPL.")
|
||||||
"/tintin" "-" version ".tar.gz"))
|
"/tintin" "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g7bh8xs1ml0iyraps3a3dzaycci922y7fk5j0wyr4ssyjzsy8nx"))))
|
"0pnnbcm96xbj69358568rpvp164rjmcvhnnzs7nvj062pi2hqcxx"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
@ -3490,10 +3490,10 @@ the GNU GPL.")
|
||||||
(home-page "http://tintin.sourceforge.net/")
|
(home-page "http://tintin.sourceforge.net/")
|
||||||
(synopsis "MUD client")
|
(synopsis "MUD client")
|
||||||
(description
|
(description
|
||||||
"TinTin++ is a MUD client which supports MCCP (Mud Client Compression Protocol),
|
"TinTin++ is a MUD client which supports MCCP (Mud Client Compression
|
||||||
MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET options used by MUDs,
|
Protocol), MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET
|
||||||
as well as those required to login via telnet on Linux / Mac OS X servers, and an
|
options used by MUDs, as well as those required to login via telnet on
|
||||||
auto mapper with a VT100 map display.")
|
Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public laby
|
(define-public laby
|
||||||
|
|
Loading…
Reference in New Issue