[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: vdirsyncer: Update to 0.9.3.
From: |
Leo Famulari |
Subject: |
01/01: gnu: vdirsyncer: Update to 0.9.3. |
Date: |
Mon, 11 Apr 2016 02:40:49 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit d87fd7995310e97117f2147519829a5b0d9605ed
Author: Leo Famulari <address@hidden>
Date: Sun Apr 10 22:28:29 2016 -0400
gnu: vdirsyncer: Update to 0.9.3.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.3.
---
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 de984fa..6815a6b 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -52,13 +52,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
- (version "0.9.2")
+ (version "0.9.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "vdirsyncer" version))
(sha256
(base32
- "1g1107cz4sk41d2z6k6pn9n2fzd26m72j8aj33zn483vfvmyrc4q"))))
+ "1wjhzjfcvwz68j6wc5cmjsw69ggwcpfy7jp7z7q6fnwwp4dr98lc"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases