Archived
1
0
Fork 0

radicale: Update to 1.1.6.

* gnu/packages/dav.scm (radicale): Update to 1.1.6.
This commit is contained in:
Eric Bavier 2018-11-29 22:51:58 -06:00
parent 4168e3faf2
commit 045d77cc0f
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -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.