gnu: libstrophe: Update to 0.12.2.
* gnu/packages/messaging.scm (libstrophe): Update to 0.12.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ff324d3814
commit
4e769c1d27
1 changed files with 2 additions and 2 deletions
|
@ -2127,7 +2127,7 @@ is also scriptable and extensible via Guile.")
|
|||
(define-public libstrophe
|
||||
(package
|
||||
(name "libstrophe")
|
||||
(version "0.12.0")
|
||||
(version "0.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2136,7 +2136,7 @@ is also scriptable and extensible via Guile.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
|
||||
(base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags '(list "--disable-static")
|
||||
|
|
Reference in a new issue