me
/
guix
Archived
1
0
Fork 0

gnu: radicale: Update to 3.0.6.

* gnu/packages/dav.scm (radicale): Update to 3.0.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

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