* [bug#43952] [PATCH] gnu: synapse: Update to 1.20.1.
@ 2020-10-12 12:34 Michael Rohleder
2020-10-15 21:50 ` bug#43952: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-10-12 12:34 UTC (permalink / raw)
To: 43952; +Cc: Michael Rohleder
* gnu/packages/matrix.scm (synapse): Update to 1.20.1.
---
gnu/packages/matrix.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 002c1b530d..83a0d478af 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Alex ter Weele <alex.ter.weele@gmail.com>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -60,13 +61,13 @@ an LDAP server.")
(define-public synapse
(package
(name "synapse")
- (version "1.14.0")
+ (version "1.20.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "matrix-synapse" version))
(sha256
(base32
- "09drdqcjvpk9s3hq5rx9yxsxq0wak5fg5gfaiqfnbnxav2c2v7kq"))))
+ "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw"))))
(build-system python-build-system)
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
(propagated-inputs
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43952: [PATCH] gnu: synapse: Update to 1.20.1.
2020-10-12 12:34 [bug#43952] [PATCH] gnu: synapse: Update to 1.20.1 Michael Rohleder
@ 2020-10-15 21:50 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-10-15 21:50 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 43952-done
Michael Rohleder <mike@rohleder.de> skribis:
> * gnu/packages/matrix.scm (synapse): Update to 1.20.1.
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-15 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12 12:34 [bug#43952] [PATCH] gnu: synapse: Update to 1.20.1 Michael Rohleder
2020-10-15 21:50 ` bug#43952: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.