radicale: Update to 1.1.6.
* gnu/packages/dav.scm (radicale): Update to 1.1.6.
This commit is contained in:
parent
4168e3faf2
commit
045d77cc0f
1 changed files with 2 additions and 2 deletions
|
@ -30,13 +30,13 @@
|
||||||
(define-public radicale
|
(define-public radicale
|
||||||
(package
|
(package
|
||||||
(name "radicale")
|
(name "radicale")
|
||||||
(version "1.1.2")
|
(version "1.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Radicale" version))
|
(uri (pypi-uri "Radicale" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb"))))
|
"0ay90nj6fmr2aq8imi0mbjl4m2rzq7a83ikj8qs9gxsylj71j1y0"))))
|
||||||
(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.
|
||||||
|
|
Reference in a new issue