[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: vdirsyncer: Update to 0.16.2.
From: |
Leo Famulari |
Subject: |
03/03: gnu: vdirsyncer: Update to 0.16.2. |
Date: |
Fri, 1 Sep 2017 13:54:35 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 3bf0245bb8af7a3cd9c840dd87958100b706e3b3
Author: Leo Famulari <address@hidden>
Date: Fri Sep 1 13:29:39 2017 -0400
gnu: vdirsyncer: Update to 0.16.2.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.2.
---
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 86cfaa6..6c46697 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -55,13 +55,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
- (version "0.16.1")
+ (version "0.16.2")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "0pnsb9h4r0hhmqhzx9nbrd7jawir9ysrh3wrrkhzi0ssarmxyp67"))))
+ "19xqzxcgmpm2z56l2d4a1n4sqmhrnzfwx3d9avfzgldwyhlrz0da"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases