[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: vdirsyncer: Update to 0.14.0.
From: |
Leo Famulari |
Subject: |
01/01: gnu: vdirsyncer: Update to 0.14.0. |
Date: |
Wed, 26 Oct 2016 23:56:22 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 30b12678301940a8cf15da22ef327cc7613d5607
Author: Leo Famulari <address@hidden>
Date: Wed Oct 26 19:43:22 2016 -0400
gnu: vdirsyncer: Update to 0.14.0.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.0.
---
gnu/packages/dav.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index be6c40f..215ece9 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -52,13 +52,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
- (version "0.13.1")
+ (version "0.14.0")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb"))))
+ "1mbh2gykx9sqsnyfa962ifxksx4afl2lb9rcsbd6rsh3gj2il898"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases