guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: prosody: Update to 0.12.3.


From: guix-commits
Subject: 07/08: gnu: prosody: Update to 0.12.3.
Date: Wed, 24 May 2023 04:43:17 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9026600df2b5118f8dc52137820c488c0818877f
Author: André Batista <nandre@riseup.net>
AuthorDate: Fri May 12 19:37:05 2023 -0300

    gnu: prosody: Update to 0.12.3.
    
    * gnu/packages/messaging.scm (prosody): Update to 0.12.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 f87dc195bc..46170ff31e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1455,14 +1455,14 @@ Qt-based XMPP library QXmpp.")
 (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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]