gnu: libstrophe: Update to 0.12.0.
* gnu/packages/messaging.scm (libstrophe): Update to 0.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cfc353227a
commit
03524641de
1 changed files with 2 additions and 2 deletions
|
@ -2101,7 +2101,7 @@ manual SSL certificate verification.")
|
||||||
(define-public libstrophe
|
(define-public libstrophe
|
||||||
(package
|
(package
|
||||||
(name "libstrophe")
|
(name "libstrophe")
|
||||||
(version "0.10.1")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2110,7 +2110,7 @@ manual SSL certificate verification.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11d341avsfr0z4lq15cy5dkmff6qpy91wkgzdpfdy31l27pa1g79"))))
|
(base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--disable-static")
|
`(#:configure-flags (list "--disable-static")
|
||||||
|
|
Reference in a new issue