gnu: radicale: Update to 1.1.2 [fixes CVE-2017-8342].
* gnu/packages/dav.scm (radicale): Update to 1.1.2.
This commit is contained in:
parent
fbaf9376f6
commit
68f12ea0d2
|
@ -27,13 +27,13 @@
|
||||||
(define-public radicale
|
(define-public radicale
|
||||||
(package
|
(package
|
||||||
(name "radicale")
|
(name "radicale")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Radicale" version))
|
(uri (pypi-uri "Radicale" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2"))))
|
"1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; The tests are not distributed in the PyPi release.
|
'(#:tests? #f)) ; The tests are not distributed in the PyPi release.
|
||||||
|
|
Loading…
Reference in New Issue