me
/
guix
Archived
1
0
Fork 0

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 <mail@cbaines.net>
master
Gabriel Wicki 2023-11-06 12:18:45 +01:00 committed by Christopher Baines
parent 714fba793a
commit 4162838ef8
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 8 deletions

View File

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