mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libircclient: Update to 1.10.
* gnu/packages/messaging.scm (libircclient): Update to 1.10.
This commit is contained in:
parent
cfcfc6ab62
commit
b619b7f67b
1 changed files with 3 additions and 4 deletions
|
@ -1565,7 +1565,7 @@ (define-public profanity
|
|||
(define-public libircclient
|
||||
(package
|
||||
(name "libircclient")
|
||||
(version "1.9")
|
||||
(version "1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1573,7 +1573,7 @@ (define-public libircclient
|
|||
version "/libircclient-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0r60i76jh4drjh2jgp5sx71chagqllmkaq49zv67nrhqwvp9ghw1"))))
|
||||
"0b9wa0h3xc31wpqlvgxgnvqp5wgx3kwsf5s9432m5cj8ycx6zcmv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)))
|
||||
|
@ -1584,8 +1584,7 @@ (define-public libircclient
|
|||
"--enable-shared"
|
||||
"--enable-ipv6"
|
||||
"--enable-openssl")
|
||||
;; no test suite
|
||||
#:tests? #f))
|
||||
#:tests? #f)) ; no test suite
|
||||
(home-page "https://www.ulduzsoft.com/libircclient/")
|
||||
(synopsis "Library implementing the client IRC protocol")
|
||||
(description "Libircclient is a library which implements the client IRC
|
||||
|
|
Loading…
Reference in a new issue