diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-15 18:27:21 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-15 18:48:36 -0500 |
commit | be6f30047e5b6312870d03e0666ce011be449746 (patch) | |
tree | d6874bb20a9bb987d9f19861c0561158ac7664ba | |
parent | a9da8fec62d5f6f2bb3a3f92075d6521a996f6fd (diff) | |
download | guix-be6f30047e5b6312870d03e0666ce011be449746.tar guix-be6f30047e5b6312870d03e0666ce011be449746.tar.gz |
gnu: vdirsyncer: Update to 0.9.0.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.0.
-rw-r--r-- | gnu/packages/dav.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 25b665f292..4562193114 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -52,13 +52,13 @@ clients.") (define-public vdirsyncer (package (name "vdirsyncer") - (version "0.8.1") + (version "0.9.0") (source (origin (method url-fetch) (uri (pypi-uri "vdirsyncer" version)) (sha256 (base32 - "1abflqw6x30xd2dlj58cr5n62x98kc0ia9f9vr8l64k2z1fjlq78")))) + "0s9awjr9v60rr80xcpwmdhkf4v1yqnydahjmxwvxmh64565is465")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |