gnu: synapse: Update to 1.25.0.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2021-01-15 19:23:01 +01:00 committed by Efraim Flashner
parent 57b0949a49
commit 4498894b1b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Alex ter Weele <alex.ter.weele@gmail.com> ;;; Copyright © 2020 Alex ter Weele <alex.ter.weele@gmail.com>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -61,13 +61,13 @@ (define-public python-matrix-synapse-ldap3
(define-public synapse (define-public synapse
(package (package
(name "synapse") (name "synapse")
(version "1.24.0") (version "1.25.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
"0pmn8aqc7jj2xdrwljjz2vwg58hlyxp9axac471pcmg2vqais5yb")))) "0382qcsmgvg24p0xvb37kn3y1kd3bn363kblgwg58iy92df0pga4"))))
(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