[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: prosody: Update to 0.12.2.
From: |
guix-commits |
Subject: |
06/06: gnu: prosody: Update to 0.12.2. |
Date: |
Fri, 3 Feb 2023 09:35:55 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit a3fcc0a86f07f0295bc81899701972fc8f098bf6
Author: André Batista <nandre@riseup.net>
AuthorDate: Tue Jan 31 12:20:29 2023 -0300
gnu: prosody: Update to 0.12.2.
* gnu/packages/messaging.scm (prosody): Update to 0.12.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 56a8a5716a..404596c553 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1513,14 +1513,14 @@ Qt-based XMPP library QXmpp.")
(define-public prosody
(package
(name "prosody")
- (version "0.12.1")
+ (version "0.12.2")
(source (origin
(method url-fetch)
(uri (string-append "https://prosody.im/downloads/source/"
"prosody-" version ".tar.gz"))
(sha256
(base32
- "1rch9gzp9ksnniv6r1vskifvfv5wbp8wcfjr0lc2b9013zjbpv57"))))
+ "05ma72wr6iypr62vq748jhzx8i3lmgnsjshrx6w0z7sg24jfhqmn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;tests require "busted"
- branch master updated (c19cd9f947 -> a3fcc0a86f), guix-commits, 2023/02/03
- 02/06: services: nar-herder: Add cached compression support., guix-commits, 2023/02/03
- 01/06: gnu: nar-herder: Update to 0-12.550e6aa., guix-commits, 2023/02/03
- 03/06: gnu: go-1.18: Update to 1.18.10., guix-commits, 2023/02/03
- 06/06: gnu: prosody: Update to 0.12.2.,
guix-commits <=
- 05/06: gnu: whoogle-search: Update to 0.8.1., guix-commits, 2023/02/03
- 04/06: gnu: go-1.19: Update to 1.19.5., guix-commits, 2023/02/03