gnu: synapse: Update to 1.22.1.
* gnu/packages/matrix.scm (synapse): Update to 1.22.1. [propagated-inputs]: Add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5d3bcfefb6
commit
ecf33bf17c
1 changed files with 3 additions and 2 deletions
|
@ -61,13 +61,13 @@ an LDAP server.")
|
||||||
(define-public synapse
|
(define-public synapse
|
||||||
(package
|
(package
|
||||||
(name "synapse")
|
(name "synapse")
|
||||||
(version "1.20.1")
|
(version "1.22.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "matrix-synapse" version))
|
(uri (pypi-uri "matrix-synapse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sf36vwvy2f9jy6dldq6gqfmh60384i5j64s7yc131b4dp0n7lcw"))))
|
"1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
|
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -109,6 +109,7 @@ an LDAP server.")
|
||||||
("python-txacme" ,python-txacme)
|
("python-txacme" ,python-txacme)
|
||||||
("python-pysaml2" ,python-pysaml2)
|
("python-pysaml2" ,python-pysaml2)
|
||||||
("python-lxml" ,python-lxml)
|
("python-lxml" ,python-lxml)
|
||||||
|
("python-packaging" ,python-packaging)
|
||||||
;; sentry-sdk, jaeger-client, and opentracing could be included, but
|
;; sentry-sdk, jaeger-client, and opentracing could be included, but
|
||||||
;; all are monitoring aids and not essential.
|
;; all are monitoring aids and not essential.
|
||||||
("python-pyjwt" ,python-pyjwt)))
|
("python-pyjwt" ,python-pyjwt)))
|
||||||
|
|
Reference in a new issue