unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45169] [PATCH] gnu: synapse: Update to 1.24.0.
@ 2020-12-11  4:29 Michael Rohleder
  2020-12-12 19:45 ` bug#45169: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-12-11  4:29 UTC (permalink / raw)
  To: 45169

* gnu/packages/matrix.scm (synapse): Update to 1.24.0.
---
 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 6a6cc628ca..426f26d1e1 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.22.1")
+    (version "1.24.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "matrix-synapse" version))
               (sha256
                (base32
-                "1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
+                "0pmn8aqc7jj2xdrwljjz2vwg58hlyxp9axac471pcmg2vqais5yb"))))
     (build-system python-build-system)
     ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
     (propagated-inputs
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45169: [PATCH] gnu: synapse: Update to 1.24.0.
  2020-12-11  4:29 [bug#45169] [PATCH] gnu: synapse: Update to 1.24.0 Michael Rohleder
@ 2020-12-12 19:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-12-12 19:45 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45169-done

Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/matrix.scm (synapse): Update to 1.24.0.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-12 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  4:29 [bug#45169] [PATCH] gnu: synapse: Update to 1.24.0 Michael Rohleder
2020-12-12 19:45 ` bug#45169: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).