[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: vdirsyncer: Update to 0.9.0.
From: |
Leo Famulari |
Subject: |
04/04: gnu: vdirsyncer: Update to 0.9.0. |
Date: |
Mon, 15 Feb 2016 23:50:55 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit be6f30047e5b6312870d03e0666ce011be449746
Author: Leo Famulari <address@hidden>
Date: Mon Feb 15 18:27:21 2016 -0500
gnu: vdirsyncer: Update to 0.9.0.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.0.
---
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 25b665f..4562193 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