mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mosquitto: Update to 2.0.21.
* gnu/packages/messaging.scm (mosquitto): Update to 2.0.21, run guix style. [description]: Adjust for guix lint. Change-Id: Ia3612284ff50e893c96aad1de0a165d24c6e3277 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
40cd5e511c
commit
0e8baa398a
1 changed files with 6 additions and 7 deletions
|
@ -2955,20 +2955,19 @@ as well as on desktop platforms. It's based on libpurple and ModemManager.")
|
||||||
(define-public mosquitto
|
(define-public mosquitto
|
||||||
(package
|
(package
|
||||||
(name "mosquitto")
|
(name "mosquitto")
|
||||||
(version "2.0.15")
|
(version "2.0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://mosquitto.org/files/source/mosquitto-"
|
(uri (string-append "https://mosquitto.org/files/source/mosquitto-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "17c9gf2xncxsi3v8fbgq3abfyb84lyr18in0s1pbplmqmr6fimbs"))))
|
||||||
"1ils0ckxz86gvr37k2gfl4q9gs12625dhhb7i6lcg49z5v9v2da7"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs (list openssl libxslt))
|
||||||
(list openssl libxslt))
|
|
||||||
(synopsis "Message broker")
|
(synopsis "Message broker")
|
||||||
(description "This package provides Eclipse Mosquitto, a message broker
|
(description
|
||||||
|
"This package provides Eclipse Mosquitto, a message broker
|
||||||
that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto
|
that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto
|
||||||
is lightweight and is suitable for use on all devices from low power single
|
is lightweight and is suitable for use on all devices from low power single
|
||||||
board computers to full servers.
|
board computers to full servers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue