gnu: python-libvirt: Update to 5.5.0.
* gnu/packages/virtualization.scm (python-libvirt): Update to 5.5.0.
This commit is contained in:
		
							parent
							
								
									03b6c47445
								
							
						
					
					
						commit
						cb94ae38c1
					
				
					 1 changed files with 9 additions and 7 deletions
				
			
		| 
						 | 
					@ -536,13 +536,15 @@ three libraries:
 | 
				
			||||||
(define-public python-libvirt
 | 
					(define-public python-libvirt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-libvirt")
 | 
					    (name "python-libvirt")
 | 
				
			||||||
    (version "5.3.0")
 | 
					    (version "5.5.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method url-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (pypi-uri "libvirt-python" version))
 | 
					       (method url-fetch)
 | 
				
			||||||
              (sha256
 | 
					       ;; The latest version hosted on PyPI at 5.5.0 release time was 5.3.0.
 | 
				
			||||||
               (base32
 | 
					       (uri (string-append "https://libvirt.org/sources/python/libvirt-python-"
 | 
				
			||||||
                "1zrhkz68ka4f08wwm36y3zzwfn1r65h4nw1nm9qgg8jmrfazj4sj"))))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "00x6idyw9xrrr21vrnsyw37q2sd8yh4n6pwh0l28hh9yp3nsy72n"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue