diff options
author | Liliana Marie Prikler <[email protected]> | 2023-08-19 20:15:57 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-08-19 20:15:57 +0200 |
commit | f62efeff76021d205d081aaf68034a234195ae0f (patch) | |
tree | 934f969584794fba16a20b36916a8c8fd7f79fd7 /gnu/packages/messaging.scm | |
parent | 4eca7833ef0b16fb3cdda138e3ee1e5824c36e41 (diff) | |
parent | b6b8e5004de56a55186b215b3263b39f34e8ce1d (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r-- | gnu/packages/messaging.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 02b0d10c6e..0b23ca8012 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1372,7 +1372,7 @@ Encryption to Gajim.") at-spi2-core bash-minimal cairo - librsvg + (librsvg-for-system) glib glib-networking gpgme @@ -2089,7 +2089,7 @@ is also scriptable and extensible via Guile.") (define-public libstrophe (package (name "libstrophe") - (version "0.12.2") + (version "0.12.3") (source (origin (method git-fetch) @@ -2098,7 +2098,7 @@ is also scriptable and extensible via Guile.") (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 @@ is also scriptable and extensible via Guile.") (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 |