diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-23 11:51:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 00:36:34 +0100 |
commit | 4541072c11feb8965779462a94bb4017e2080379 (patch) | |
tree | 4689fe52162204c8d040cdeb685bbdf858f96ebf | |
parent | 1635cb5083dad811b4431bf16fb1442c037917a3 (diff) | |
download | guix-4541072c11feb8965779462a94bb4017e2080379.tar guix-4541072c11feb8965779462a94bb4017e2080379.tar.gz |
gnu: libstrophe: Update to 0.9.2.
* gnu/packages/messaging.scm (libstrophe): Update to 0.9.2.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 45020f31b0..b3eff1ec1f 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1398,7 +1398,7 @@ manual SSL certificate verification.") (define-public libstrophe (package (name "libstrophe") - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/strophe/libstrophe/archive/" @@ -1406,7 +1406,7 @@ manual SSL certificate verification.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1hzwdax4nsz0fncf5bjfza0cn0lc6xsf38y569ql1gg5hvwr6169")))) + "0vxfcyfnhnlaj6spm2b0ljw5i3knbphy6mvzpl5zv9b52ny4b08m")))) (build-system gnu-build-system) (arguments `(#:phases |