mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: vdirsyncer: Update to 0.19.3.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.3. Change-Id: I518d83d28f9e302d19e334169762398a78d234f3
This commit is contained in:
parent
927d8203e6
commit
6dd2193879
1 changed files with 2 additions and 2 deletions
|
@ -122,13 +122,13 @@ (define-public xandikos
|
|||
(define-public vdirsyncer
|
||||
(package
|
||||
(name "vdirsyncer")
|
||||
(version "0.19.2")
|
||||
(version "0.19.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fl21m10ghrpmkqa12g0qri99cxk9879pkb60jd4b4w2mgp8q1gx"))))
|
||||
"13xjzqphj0v611b9kqgp0c5rn46xysf8ykv58hsyqpcqxcgqadz4"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue