Archived
1
0
Fork 0

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 @@ 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")