summaryrefslogtreecommitdiff
path: root/gnu/packages/matrix.scm
AgeCommit message (Collapse)Author
2022-06-02gnu: Remove python-atomicwrites-1.4.Ricardo Wurmus
* 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.
2022-05-12gnu: python-hypothesis-6.23: Update to 6.43.3.Maxim Cournoyer
* 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.
2022-01-17gnu: pantalaimon: Add needed inputsMorgan Smith
* 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>
2022-01-12gnu: python-matrix-synapse-ldap3: Fix build.Marius Bakke
* gnu/packages/matrix.scm (python-matrix-synapse-ldap3)[arguments]: Delete sanity check.
2022-01-11gnu: pantalaimon: Disable sanity check.Marius Bakke
* gnu/packages/matrix.scm (pantalaimon)[arguments]: Disable sanity-check phase.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-10-18gnu: Add pantalaimon.Sébastien Lerique
* gnu/packages/matrix.scm (pantalaimon): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2021-10-18gnu: Add python-matrix-nio.Sébastien Lerique
* gnu/packages/matrix.scm (python-matrix-nio): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2021-10-15gnu: synapse: Downgrade to 1.29.0.Felix Gruber
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>
2021-10-12gnu: synapse: Update to 1.44.0.Felix Gruber
* gnu/packages/matrix.scm (synapse): Update to 1.44.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-01gnu: Add python-matrix-client.Giacomo Leidi
* gnu/packages/matrix.scm (python-matrix-client): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-25gnu: synapse: Update to 1.29.0.Rafa Gálvez
* gnu/packages/matrix.scm (synapse): Update to 1.29.0.
2021-01-20gnu: synapse: Update to 1.25.0.Michael Rohleder
* gnu/packages/matrix.scm (synapse): Update to 1.25.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-12gnu: synapse: Update to 1.24.0.Michael Rohleder
* gnu/packages/matrix.scm (synapse): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-04gnu: synapse: Update to 1.22.1.Michael Rohleder
* gnu/packages/matrix.scm (synapse): Update to 1.22.1. [propagated-inputs]: Add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-15gnu: synapse: Update to 1.20.1.Michael Rohleder
* gnu/packages/matrix.scm (synapse): Update to 1.20.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-05gnu: synapse: Update to 1.14.0.Tobias Geerinckx-Rice
* gnu/packages/matrix.scm (synapse): Update to 1.14.0.
2020-04-12gnu: Remove duplicate python-prometheus-client.Efraim Flashner
* 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).
2020-04-02gnu: Add synapse.Alex ter Weele
* gnu/packages/matrix.scm (synapse): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02gnu: Add python-matrix-synapse-ldap3.Alex ter Weele
* 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>