gnu: qemu: Update to 7.2.1.
* gnu/packages/virtualization.scm (qemu): Update to 7.2.1.
This commit is contained in:
		
							parent
							
								
									c4c048032b
								
							
						
					
					
						commit
						e8e62d8bf2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -160,7 +160,7 @@
 | 
				
			||||||
(define-public qemu
 | 
					(define-public qemu
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qemu")
 | 
					    (name "qemu")
 | 
				
			||||||
    (version "7.2.0")
 | 
					    (version "7.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -168,7 +168,7 @@
 | 
				
			||||||
                           version ".tar.xz"))
 | 
					                           version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0mr1xd78bgp1l61281sdx0338ji0aa68j2p9994sskblhwkcwjav"))
 | 
					         "0fypm8blv0la17vvlx6h38nhq2rpavflr9i9zsjl6ylxryd6k1cc"))
 | 
				
			||||||
       (patches (search-patches "qemu-build-info-manual.patch"
 | 
					       (patches (search-patches "qemu-build-info-manual.patch"
 | 
				
			||||||
                                "qemu-disable-aarch64-migration-test.patch"
 | 
					                                "qemu-disable-aarch64-migration-test.patch"
 | 
				
			||||||
                                "qemu-fix-agent-paths.patch"))
 | 
					                                "qemu-fix-agent-paths.patch"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue