[PATCH] gnu: synapse: Update to 1.25.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210115182301.11703-1-mike@rohleder.de
* gnu/packages/matrix.scm (synapse): Update to 1.25.0.
---
gnu/packages/matrix.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 426f26d1e1..8a3a1283fa 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
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45899-done@debbugs.gnu.org)
YAf2DUx2G/jEDo+x@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAH9g0ACgkQQarn3Mo9
g1F3QQ/+PGKfsY9w/6J97ekq8l3sGOXJpZq+FpkpQAGOhLGaPYzmHddLlGXwEuPE
wX3m4sL1m7NRFe5XmraeBvUfPat8grk1uaA30iVLyOuGR5ytLupysUh1Bu5/rmx4
KBG+9HA6orkWFih6yAnecKktpEx2T6KUH38lt58mRkCWyEsVUrhQCeLbBTPdBX9F
ttlpD0wRVMwT6iW7BwPoTvrRRAHUkJjoSHqEB6KrQrfKOlXVo7MR90WOWvUSurPc
r+R+kU7OGkkgXV2Nng5qpxMxtoEVeeFFdXtg5OqOu7FLMCgGPwrgdcFUfQHMAPkr
mWwueUZrDaZB3bLjTmeJXB+KTVbixeUpVfztEktdWrS88z3jIYNyH4M8l2KzOV2k
Pj0vyVq5ik7E+rRAvjzxU7RwiXuCodspMzGJmBKW33zuZwi4/ujqIf3LX3/10T/b
U61XebyNg1fAsUsC6NzdZLjyEqnB3dkRIlBFVR5IRsinL1GeCT9bvFNEXn2hLsnP
i3Wp7w37vRxeEJvwAQ31Nr4JjLriQURCKheQ5E1O0A0Qzuo4ORlJbWg3AExBexz7
cMvWum2lVvyj7NMCQSumXA0a4A8uWx+ZZBa2Qs/YFrusAul5GLl/bbuEBuV4/uyi
7x7PX1Y/wImayT6P9UP+yMWsUE2QvLWBCTmaKUxIepKI+SyBMEk=
=j/VK
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45899@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45899
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help