GNU bug report logs - #47101
[PATCH 1/1] Update Synapse to 1.29.0

Previous Next

Package: guix-patches;

Reported by: Rafa Gálvez <rafa <at> esat.kuleuven.be>

Date: Fri, 12 Mar 2021 15:19:02 UTC

Severity: normal

Tags: patch

Merged with 47100

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: Rafa Gálvez <rafa <at> esat.kuleuven.be>
To: 47101 <at> debbugs.gnu.org
Cc: Rafa Gálvez <rafa <at> esat.kuleuven.be>
Subject: [bug#47101] [PATCH 1/1] Update Synapse to 1.29.0
Date: Fri, 12 Mar 2021 16:16:13 +0100
---
 gnu/packages/matrix.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 8a3a1283fa..a8d9d66ee7 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -61,13 +61,13 @@ an LDAP server.")
 (define-public synapse
   (package
     (name "synapse")
-    (version "1.25.0")
+    (version "1.29.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "matrix-synapse" version))
               (sha256
                (base32
-                "0382qcsmgvg24p0xvb37kn3y1kd3bn363kblgwg58iy92df0pga4"))))
+                "0if2yhpz8psg0661401mvxznldbfhk2j9rhbs25jdaqm9jsv6907"))))
     (build-system python-build-system)
     ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
     (propagated-inputs
-- 
2.30.2





This bug report was last modified 4 years and 54 days ago.

Previous Next


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