GNU bug report logs -
#47101
[PATCH 1/1] Update Synapse to 1.29.0
Previous Next
Reported by: Rafa Gálvez <rafa <at> esat.kuleuven.be>
Date: Fri, 12 Mar 2021 15:19:02 UTC
Severity: normal
Tags: patch
Merged with 47100
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 25 Mar 2021 17:02:33 +0000
with message-id <87pmzn9nfa.fsf <at> cbaines.net>
and subject line Re: [bug#47101] [PATCH 1/1] Update Synapse to 1.29.0
has caused the debbugs.gnu.org bug report #47101,
regarding [PATCH 1/1] Update Synapse to 1.29.0
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47101: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47101
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/matrix.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 8a3a1283fa..a8d9d66ee7 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -61,13 +61,13 @@ an LDAP server.")
(define-public synapse
(package
(name "synapse")
- (version "1.25.0")
+ (version "1.29.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "matrix-synapse" version))
(sha256
(base32
- "0382qcsmgvg24p0xvb37kn3y1kd3bn363kblgwg58iy92df0pga4"))))
+ "0if2yhpz8psg0661401mvxznldbfhk2j9rhbs25jdaqm9jsv6907"))))
(build-system python-build-system)
;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
(propagated-inputs
--
2.30.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Rafa Gálvez <rafa <at> esat.kuleuven.be> writes:
> ---
> gnu/packages/matrix.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
> index 8a3a1283fa..a8d9d66ee7 100644
> --- a/gnu/packages/matrix.scm
> +++ b/gnu/packages/matrix.scm
> @@ -61,13 +61,13 @@ an LDAP server.")
> (define-public synapse
> (package
> (name "synapse")
> - (version "1.25.0")
> + (version "1.29.0")
> (source (origin
> (method url-fetch)
> (uri (pypi-uri "matrix-synapse" version))
> (sha256
> (base32
> - "0382qcsmgvg24p0xvb37kn3y1kd3bn363kblgwg58iy92df0pga4"))))
> + "0if2yhpz8psg0661401mvxznldbfhk2j9rhbs25jdaqm9jsv6907"))))
> (build-system python-build-system)
> ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’.
> (propagated-inputs
Thanks Rafa, I've pushed this to the master branch as
0098fcecf0c196fd645c1dc44d2897ef1d58c730.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.