mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: synapse: Update to 1.24.0.
* gnu/packages/matrix.scm (synapse): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f98e3adcd5
commit
b52d37daed
1 changed files with 2 additions and 2 deletions
|
@ -61,13 +61,13 @@ (define-public python-matrix-synapse-ldap3
|
||||||
(define-public synapse
|
(define-public synapse
|
||||||
(package
|
(package
|
||||||
(name "synapse")
|
(name "synapse")
|
||||||
(version "1.22.1")
|
(version "1.24.0")
|
||||||
(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
|
||||||
"1pbxdqpfa7wzdz61p6x58x7841vng1g65qayxgcw73bn1shl50jb"))))
|
"0pmn8aqc7jj2xdrwljjz2vwg58hlyxp9axac471pcmg2vqais5yb"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue