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:
Jack Hill 2022-05-16 17:47:20 -04:00 committed by Ludovic Courtès
parent cfc353227a
commit 03524641de
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2101,7 +2101,7 @@ (define-public libmesode
(define-public libstrophe
(package
(name "libstrophe")
(version "0.10.1")
(version "0.12.0")
(source
(origin
(method git-fetch)
@ -2110,7 +2110,7 @@ (define-public libstrophe
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "11d341avsfr0z4lq15cy5dkmff6qpy91wkgzdpfdy31l27pa1g79"))))
(base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--disable-static")