diff options
| author | Eric Bavier <bavier@member.fsf.org> | 2018-11-29 22:51:58 -0600 |
|---|---|---|
| committer | Eric Bavier <bavier@member.fsf.org> | 2018-11-30 00:21:26 -0600 |
| commit | 045d77cc0f360d928f6be4cacfe58325c8e90d0c (patch) | |
| tree | 93e3e94e08ece6d77c1f01f148b0771485b1194b /gnu | |
| parent | 4168e3faf2f4354fe4e469b67dc276e5374d20ad (diff) | |
radicale: Update to 1.1.6.
* gnu/packages/dav.scm (radicale): Update to 1.1.6.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dav.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 1a154ea3518..e937d593585 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm | |||
| @@ -30,13 +30,13 @@ | |||
| 30 | (define-public radicale | 30 | (define-public radicale |
| 31 | (package | 31 | (package |
| 32 | (name "radicale") | 32 | (name "radicale") |
| 33 | (version "1.1.2") | 33 | (version "1.1.6") |
| 34 | (source (origin | 34 | (source (origin |
| 35 | (method url-fetch) | 35 | (method url-fetch) |
| 36 | (uri (pypi-uri "Radicale" version)) | 36 | (uri (pypi-uri "Radicale" version)) |
| 37 | (sha256 | 37 | (sha256 |
| 38 | (base32 | 38 | (base32 |
| 39 | "1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb")))) | 39 | "0ay90nj6fmr2aq8imi0mbjl4m2rzq7a83ikj8qs9gxsylj71j1y0")))) |
| 40 | (build-system python-build-system) | 40 | (build-system python-build-system) |
| 41 | (arguments | 41 | (arguments |
| 42 | '(#:tests? #f)) ; The tests are not distributed in the PyPi release. | 42 | '(#:tests? #f)) ; The tests are not distributed in the PyPi release. |
