[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/18: gnu: mosquitto: Update to 2.0.15.
From: |
guix-commits |
Subject: |
14/18: gnu: mosquitto: Update to 2.0.15. |
Date: |
Mon, 27 Mar 2023 11:45:43 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 5a8d9d2721e3e463c805eaa4c2c459c88570be6f
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Fri Mar 24 20:28:30 2023 +0200
gnu: mosquitto: Update to 2.0.15.
* gnu/packages/messaging.scm (mosquitto): Update to 2.0.15.
[inputs]: Add libxslt.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/messaging.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 4b8071e728..f6aa29fc8e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -38,6 +38,7 @@
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Giovanni Biscuolo <g@xelera.eu>
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2842,7 +2843,7 @@ as well as on desktop platforms. It's based on libpurple
and ModemManager.")
(define-public mosquitto
(package
(name "mosquitto")
- (version "1.6.12")
+ (version "2.0.15")
(source
(origin
(method url-fetch)
@@ -2850,10 +2851,10 @@ as well as on desktop platforms. It's based on
libpurple and ModemManager.")
version ".tar.gz"))
(sha256
(base32
- "1yq7y329baa1ly488rw125c3mvsnsa7kjkik602xv1xpkz8p73al"))))
+ "1ils0ckxz86gvr37k2gfl4q9gs12625dhhb7i6lcg49z5v9v2da7"))))
(build-system cmake-build-system)
(inputs
- (list openssl))
+ (list openssl libxslt))
(synopsis "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
- 11/18: gnu: strace: Update to 6.2., (continued)
- 11/18: gnu: strace: Update to 6.2., guix-commits, 2023/03/27
- 04/18: gnu: mympd: Update to 10.2.6., guix-commits, 2023/03/27
- 02/18: gnu: gnuplot: Update to 5.4.6., guix-commits, 2023/03/27
- 07/18: gnu: Update waybar to 0.9.17., guix-commits, 2023/03/27
- 10/18: gnu: ugrep: Update to 3.11.0., guix-commits, 2023/03/27
- 12/18: gnu: parallel: Update to 20230322., guix-commits, 2023/03/27
- 17/18: gnu: mu: Update to 1.10.0., guix-commits, 2023/03/27
- 18/18: gnu: texinfo: Update to 7.0.3, guix-commits, 2023/03/27
- 05/18: gnu: icewm: Update to 3.3.2., guix-commits, 2023/03/27
- 06/18: gnu: oil: Update to 0.14.2., guix-commits, 2023/03/27
- 14/18: gnu: mosquitto: Update to 2.0.15.,
guix-commits <=
- 08/18: gnu: boxes: Update to 2.2.0., guix-commits, 2023/03/27
- 09/18: gnu: colordiff: Update to 1.0.21., guix-commits, 2023/03/27
- 15/18: gnu: obs: Update to 29.0.2, guix-commits, 2023/03/27
- 16/18: gnu: Update ardour to 7.3., guix-commits, 2023/03/27