gnu: libmesode: Update to 0.9.3.

* gnu/packages/messaging.scm (libmesode): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-12 03:48:41 +01:00
parent 4e385d2a00
commit 6bf449e845
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -1559,7 +1559,7 @@ is also scriptable and extensible via Guile.")
(define-public libmesode (define-public libmesode
(package (package
(name "libmesode") (name "libmesode")
(version "0.9.2") (version "0.9.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1568,7 +1568,7 @@ is also scriptable and extensible via Guile.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"06f5nfaypvxrbsinxa1k2vrxrs7kqmg38g4wwwk5d63hpn1pj8ak")))) "0xzfg1xx88cn36352nnjlb1p7xyw32yqkhjzq10px88iaaqz1vv0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("expat" ,expat) `(("expat" ,expat)
@ -1583,7 +1583,7 @@ is also scriptable and extensible via Guile.")
XMPP Client. In particular, libmesode provides extra TLS functionality such as XMPP Client. In particular, libmesode provides extra TLS functionality such as
manual SSL certificate verification.") manual SSL certificate verification.")
(home-page "https://github.com/boothj5/libmesode") (home-page "https://github.com/boothj5/libmesode")
;; Dual licensed. ;; Dual-licensed.
(license (list license:gpl3+ license:x11)))) (license (list license:gpl3+ license:x11))))
(define-public libstrophe (define-public libstrophe