gnu: radicale: Update to 3.0.6.

* gnu/packages/dav.scm (radicale): Update to 3.0.6.
This commit is contained in:
Jonathan Brielmaier 2020-12-05 01:05:58 +01:00
parent b000a0b376
commit 25aac38386
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -39,7 +39,7 @@
(define-public radicale (define-public radicale
(package (package
(name "radicale") (name "radicale")
(version "3.0.4") (version "3.0.6")
(source (source
(origin (origin
;; There are no tests in the PyPI tarball. ;; There are no tests in the PyPI tarball.
@ -49,7 +49,7 @@
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0hj9mmhrj32mzhxlnjcfijb7768cyjsn603nalp54clgb2gkmvw8")))) (base32 "1xlsvrmx6jhi71j6j8z9sli5vwxasivzjyqf8zq8r0l5p7350clf"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest) `(("python-pytest" ,python-pytest)