gnu: python-libvirt: Update to 3.4.0.
* gnu/packages/qemu.scm (python-libvirt, python2-libvirt): Update to 3.4.0.
This commit is contained in:
		
							parent
							
								
									8fc7bd234c
								
							
						
					
					
						commit
						8c7f4f6ace
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -392,13 +392,13 @@ three libraries:
 | 
			
		|||
(define-public python-libvirt
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-libvirt")
 | 
			
		||||
    (version "3.2.0")
 | 
			
		||||
    (version "3.4.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (pypi-uri "libvirt-python" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0g80vhjss1a48w60zw0pd5fhpwfjw2dqhh0fbs730brkxj6xv1dc"))))
 | 
			
		||||
                "04dma3979171p9yf0cg7m03shk038hc9vyfm9lb8z60qyn0pg9xg"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue