gnu: libstrophe: Update to 0.12.3.

* gnu/packages/messaging.scm (libstrophe): Update to 0.12.3.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 4ded034a57
commit 492d56b9e0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2089,7 +2089,7 @@ (define-public freetalk
(define-public libstrophe
(package
(name "libstrophe")
(version "0.12.2")
(version "0.12.3")
(source
(origin
(method git-fetch)
@ -2098,7 +2098,7 @@ (define-public libstrophe
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
(base32 "17wxaqdcwhm34bl31g9fmsgmnsd7znyxcb9dhw9lmaghkql1sf0h"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags '(list "--disable-static")
@ -2107,8 +2107,7 @@ (define-public libstrophe
(add-after 'unpack 'patch-make
(lambda _
(substitute* "Makefile.am"
(("'\\^xmpp_'") "'.'"))
#t))
(("'\\^xmpp_'") "'.'"))))
(add-after 'install-licence-files 'install-extra-licence-files
(lambda _
(let ((license-directory (string-append #$output