GNU bug report logs - #61200
[PATCH] gnu: prosody: Update to 0.12.2.

Previous Next

Package: guix-patches;

Reported by: André Batista <nandre <at> riseup.net>

Date: Tue, 31 Jan 2023 15:22:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: André Batista <nandre <at> riseup.net>
Subject: bug#61200: closed (Re: [bug#61200] [PATCH] gnu: prosody: Update
 to 0.12.2.)
Date: Fri, 03 Feb 2023 14:40:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61200: [PATCH] gnu: prosody: Update to 0.12.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61200 <at> debbugs.gnu.org.

-- 
61200: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61200
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: André Batista <nandre <at> riseup.net>
Cc: 61200-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61200] [PATCH] gnu: prosody: Update to 0.12.2.
Date: Fri, 03 Feb 2023 15:39:36 +0100
[Message part 3 (text/plain, inline)]
André Batista <nandre <at> riseup.net> writes:

> * gnu/packages/messaging.scm (prosody): Update to 0.12.2.
> ---
>  gnu/packages/messaging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! Pushed to master as a3fcc0a86f07f0295bc81899701972fc8f098bf6.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: André Batista <nandre <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [PATCH] gnu: prosody: Update to 0.12.2.
Date: Tue, 31 Jan 2023 12:20:29 -0300
* gnu/packages/messaging.scm (prosody): Update to 0.12.2.
---
 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 @@ (define-public kaidan
 (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"
-- 
2.39.1




This bug report was last modified 2 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.