gnu: vdirsyncer: Update to 0.14.0.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.0.
This commit is contained in:
		
							parent
							
								
									5479aa2b7c
								
							
						
					
					
						commit
						30b1267830
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -52,13 +52,13 @@ clients.")
 | 
				
			||||||
(define-public vdirsyncer
 | 
					(define-public vdirsyncer
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "vdirsyncer")
 | 
					    (name "vdirsyncer")
 | 
				
			||||||
    (version "0.13.1")
 | 
					    (version "0.14.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (pypi-uri name version))
 | 
					             (uri (pypi-uri name version))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb"))))
 | 
					               "1mbh2gykx9sqsnyfa962ifxksx4afl2lb9rcsbd6rsh3gj2il898"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
      `(#:phases (modify-phases %standard-phases
 | 
					      `(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue