summaryrefslogtreecommitdiff
path: root/gnu/packages/matrix.scm
Commit message (Collapse)AuthorAge
* gnu: Remove python-atomicwrites-1.4.Ricardo Wurmus2022-06-02
| | | | | | * gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable. * gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace python-atomicwrites-1.4 with python-atomicwrites.
* gnu: python-hypothesis-6.23: Update to 6.43.3.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/check.scm (python-hypothesis-6.23): Update to 6.43.3 and rename to... (python-hypothesis-next): ... this. [propagated-inputs]: Add python-pytest. * gnu/packages/matrix.scm (python-matrix-nio): Adjust accordingly. * gnu/packages/python-web.scm (python-h2): Likewise. * gnu/packages/check.scm (python-hypothesis)[home-page]: Update URL.
* gnu: pantalaimon: Add needed inputsMorgan Smith2022-01-17
| | | | | | | | | | * gnu/packages/matrix.scm (pantalaimon) <propagated-inputs>: Add python-dbus, python-notify2, python-pydbus, and python-pygobject. <arguments>: Run sanity-check phase. Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-matrix-synapse-ldap3: Fix build.Marius Bakke2022-01-12
| | | | | * gnu/packages/matrix.scm (python-matrix-synapse-ldap3)[arguments]: Delete sanity check.
* gnu: pantalaimon: Disable sanity check.Marius Bakke2022-01-11
| | | | * gnu/packages/matrix.scm (pantalaimon)[arguments]: Disable sanity-check phase.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Add pantalaimon.Sébastien Lerique2021-10-18
| | | | | | * gnu/packages/matrix.scm (pantalaimon): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: Add python-matrix-nio.Sébastien Lerique2021-10-18
| | | | | | * gnu/packages/matrix.scm (python-matrix-nio): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: synapse: Downgrade to 1.29.0.Felix Gruber2021-10-15
| | | | | | | | | | | | | | As discussed in [1] and [2], python-synapse 1.44.0 does not work with our version of python-cryptography. [1]: https://lists.gnu.org/archive/html/guix-patches/2021-10/msg00732.html [2]: https://issues.guix.gnu.org/issue/48655 This reverts commit a6c30da4dc963e8a6282773fd1c2048d856a6cb4. * gnu/packages/matrix.scm (synapse): Downgrade to 1.29.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: synapse: Update to 1.44.0.Felix Gruber2021-10-12
| | | | | | * gnu/packages/matrix.scm (synapse): Update to 1.44.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-matrix-client.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/matrix.scm (python-matrix-client): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: synapse: Update to 1.29.0.Rafa Gálvez2021-03-25
| | | | * gnu/packages/matrix.scm (synapse): Update to 1.29.0.
* gnu: synapse: Update to 1.25.0.Michael Rohleder2021-01-20
| | | | | | * gnu/packages/matrix.scm (synapse): Update to 1.25.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: synapse: Update to 1.24.0.Michael Rohleder2020-12-12
| | | | | | * gnu/packages/matrix.scm (synapse): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: synapse: Update to 1.22.1.Michael Rohleder2020-11-04
| | | | | | | * gnu/packages/matrix.scm (synapse): Update to 1.22.1. [propagated-inputs]: Add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: synapse: Update to 1.20.1.Michael Rohleder2020-10-15
| | | | | | * gnu/packages/matrix.scm (synapse): Update to 1.20.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: synapse: Update to 1.14.0.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/matrix.scm (synapse): Update to 1.14.0.
* gnu: Remove duplicate python-prometheus-client.Efraim Flashner2020-04-12
| | | | | | | * gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.7.1. * gnu/packages/python-xyz.scm (python-prometheus-client): Remove variable. * gnu/packages/monitoring.scm: Import (gnu packages monitoring).
* gnu: Add synapse.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/matrix.scm (synapse): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-matrix-synapse-ldap3.Alex ter Weele2020-04-02
* gnu/packages/matrix.scm: New file. (python-matrix-synapse-ldap3): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add matrix.scm. Signed-off-by: Marius Bakke <mbakke@fastmail.com>