diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-01 21:04:14 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-01 21:06:42 -0400 |
commit | 5f518cadc38d1ce49da1928e096da0a88b779ee6 (patch) | |
tree | 4c2015393778a0da224e01e4e60d4b0ec6b6dfa5 /gnu/packages/dav.scm | |
parent | 826a3ca22c5ed2b39c82bfee32a76c26bdea4223 (diff) | |
download | patches-5f518cadc38d1ce49da1928e096da0a88b779ee6.tar patches-5f518cadc38d1ce49da1928e096da0a88b779ee6.tar.gz |
gnu: vdirsyncer: Update to 0.11.3.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
Diffstat (limited to 'gnu/packages/dav.scm')
-rw-r--r-- | gnu/packages/dav.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 4aa954bd6f..7d3e43d7cd 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -52,16 +52,13 @@ clients.") (define-public vdirsyncer (package (name "vdirsyncer") - (version "0.11.2") + (version "0.11.3") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/" - "6c/fb/20c32861134579fdce67060bf4cc074e171d30c70590137adc73924f94a6/" - name "-" version ".tar.gz")) + (uri (pypi-uri name version)) (sha256 (base32 - "15isw2jhjfxi213wdj9d8mwq2m58k8bwf831qnxrjcz7j7bwy7mj")))) + "10majl58vdpxgbddjqgwblvl7akvvr4c2c8iaxnf3kgyh01jq6k9")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |