cbaines pushed a commit to branch master
in repository guix.
commit 4162838ef8090863906c5cefa488815fcf6c742f
Author: Gabriel Wicki <[email protected]>
AuthorDate: Mon Nov 6 12:18:45 2023 +0100
gnu: radicale: Update to 3.1.8.
* gnu/packages/dav.scm(radicale): Update to 3.1.8.
[arguments] Enable tests.
Change-Id: I8ed435587ab2ca4aafb387d4973f864fa4a94b2d
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/dav.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index e0306b8a97..ae03442374 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -43,23 +43,17 @@
(define-public radicale
(package
(name "radicale")
- (version "3.1.7")
+ (version "3.1.8")
(source
(origin
- ;; There are no tests in the PyPI tarball.
(method git-fetch)
(uri (git-reference
(url "https://github.com/Kozea/Radicale")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mv1w9qazbis9ir5shr1ybsfn4cxd3rmxa3ns6kbk23yramlzwhg"))))
+ (base32 "1qy2azn02bw772yhzgqvyf1pyl0ijj9ccvl1078w9icl261yljap"))))
(build-system python-build-system)
- (arguments
- (list
- ;; TODO: enable again when https://github.com/Kozea/Radicale/issues/1184
- ;; is fixed
- #:tests? #f))
(native-inputs
(list python-pytest
python-pytest-cov