gnu: vdirsyncer: Update to 0.11.3.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
This commit is contained in:
		
							parent
							
								
									826a3ca22c
								
							
						
					
					
						commit
						5f518cadc3
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Reference in a new issue