GNU bug report logs -
#63477
[PATCH] gnu: prosody: Update to 0.12.3.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Fri, 12 May 2023 22:38:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/messaging.scm (prosody): Update to 0.12.3.
---
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 2fa1c45f98..99c86cfbf3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1454,14 +1454,14 @@ (define-public kaidan
(define-public prosody
(package
(name "prosody")
- (version "0.12.2")
+ (version "0.12.3")
(source (origin
(method url-fetch)
(uri (string-append "https://prosody.im/downloads/source/"
"prosody-" version ".tar.gz"))
(sha256
(base32
- "05ma72wr6iypr62vq748jhzx8i3lmgnsjshrx6w0z7sg24jfhqmn"))))
+ "0091vc0v8xnxkpdi4qpy4dirn92y4pa09q1qssi40q7l3w1hvnim"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;tests require "busted"
base-commit: d67a3622ef82b68ee40a2c93abe3d1478633719c
--
2.39.2
This bug report was last modified 2 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.