unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44363] [PATCH] gnu: synapse: Update to 1.22.1.
@ 2020-11-01  1:00 Michael Rohleder
  2020-11-03 19:37 ` Michael Rohleder
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Rohleder @ 2020-11-01  1:00 UTC (permalink / raw)
  To: 44363; +Cc: Michael Rohleder

* gnu/packages/matrix.scm (synapse): Update to 1.22.1.
---
 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 83a0d478af..cff50f4e48 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.20.1")
+    (version "1.22.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "matrix-synapse" version))
               (sha256
                (base32
-                "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw"))))
+                "1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
     (build-system python-build-system)
     ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
     (propagated-inputs
-- 
2.29.1





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

* [bug#44363] [PATCH] gnu: synapse: Update to 1.22.1.
  2020-11-01  1:00 [bug#44363] [PATCH] gnu: synapse: Update to 1.22.1 Michael Rohleder
@ 2020-11-03 19:37 ` Michael Rohleder
  2020-11-04  9:25   ` bug#44363: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Rohleder @ 2020-11-03 19:37 UTC (permalink / raw)
  To: 44363; +Cc: Michael Rohleder

* gnu/packages/matrix.scm (synapse): Update to 1.22.1.
[propagated-inputs]: Add python-packaging.
---
After playing some more with synapse, I realized it also
needs python-packaging (at runtime).

 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 83a0d478af..6a6cc628ca 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.20.1")
+    (version "1.22.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "matrix-synapse" version))
               (sha256
                (base32
-                "1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw"))))
+                "1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
     (build-system python-build-system)
     ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
     (propagated-inputs
@@ -109,6 +109,7 @@ an LDAP server.")
        ("python-txacme" ,python-txacme)
        ("python-pysaml2" ,python-pysaml2)
        ("python-lxml" ,python-lxml)
+       ("python-packaging" ,python-packaging)
        ;; sentry-sdk, jaeger-client, and opentracing could be included, but
        ;; all are monitoring aids and not essential.
        ("python-pyjwt" ,python-pyjwt)))
-- 
2.29.2





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

* bug#44363: [PATCH] gnu: synapse: Update to 1.22.1.
  2020-11-03 19:37 ` Michael Rohleder
@ 2020-11-04  9:25   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2020-11-04  9:25 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 44363-done

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

Looks good. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-11-04  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-01  1:00 [bug#44363] [PATCH] gnu: synapse: Update to 1.22.1 Michael Rohleder
2020-11-03 19:37 ` Michael Rohleder
2020-11-04  9:25   ` bug#44363: " Efraim Flashner

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).