[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: synapse: Update to 1.25.0.
From: |
guix-commits |
Subject: |
07/09: gnu: synapse: Update to 1.25.0. |
Date: |
Wed, 20 Jan 2021 04:20:40 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 4498894b1b2b959e3c87d947659cbd5cc069df2e
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jan 15 19:23:01 2021 +0100
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>
---
gnu/packages/matrix.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 426f26d..8a3a128 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Alex ter Weele <alex.ter.weele@gmail.com>
;;; 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.
;;;
@@ -61,13 +61,13 @@ an LDAP server.")
(define-public synapse
(package
(name "synapse")
- (version "1.24.0")
+ (version "1.25.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "matrix-synapse" version))
(sha256
(base32
- "0pmn8aqc7jj2xdrwljjz2vwg58hlyxp9axac471pcmg2vqais5yb"))))
+ "0382qcsmgvg24p0xvb37kn3y1kd3bn363kblgwg58iy92df0pga4"))))
(build-system python-build-system)
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
(propagated-inputs
- branch master updated (944aebb -> f93d3d4), guix-commits, 2021/01/20
- 04/09: gnu: libunwind: Update to 1.5.0., guix-commits, 2021/01/20
- 06/09: gnu: lzlib: Update to 1.12., guix-commits, 2021/01/20
- 07/09: gnu: synapse: Update to 1.25.0.,
guix-commits <=
- 02/09: gnu: cutter: Update to 1.12.0., guix-commits, 2021/01/20
- 01/09: gnu: radare2: Update to 5.0.0., guix-commits, 2021/01/20
- 03/09: gnu: libusb: Update to 1.0.24., guix-commits, 2021/01/20
- 05/09: gnu: libxls: Update to 1.6.2., guix-commits, 2021/01/20
- 08/09: gnu: quaternion: Update to 0.0.9.4f., guix-commits, 2021/01/20
- 09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0., guix-commits, 2021/01/20