me
/
guix
Archived
1
0
Fork 0

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>
master
Tanguy Le Carrour 2022-10-05 14:29:58 +02:00 committed by Ludovic Courtès
parent ff324d3814
commit 4e769c1d27
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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