gnu: qemu: Update to 8.1.3.
* gnu/packages/virtualization.scm (qemu): Update to 8.1.3. Change-Id: I9e9e90b836a0307637ead5893594b20d6850fe90 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									8c07a2c2ba
								
							
						
					
					
						commit
						aa373871cf
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@
 | 
				
			||||||
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
 | 
					;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
 | 
				
			||||||
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
 | 
					;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
 | 
				
			||||||
;;; Copyright © 2022 Oleg Pykhalov <go.wigust@gmail.com>
 | 
					;;; Copyright © 2022 Oleg Pykhalov <go.wigust@gmail.com>
 | 
				
			||||||
;;; Copyright © 2022 Ekaitz Zarraga <ekaitz@elenq.tech>
 | 
					;;; Copyright © 2022, 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
 | 
				
			||||||
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
 | 
					;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
 | 
				
			||||||
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
 | 
					;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
 | 
				
			||||||
;;; Copyright © 2023 Juliana Sims <juli@incana.org>
 | 
					;;; Copyright © 2023 Juliana Sims <juli@incana.org>
 | 
				
			||||||
| 
						 | 
					@ -166,14 +166,14 @@
 | 
				
			||||||
(define-public qemu
 | 
					(define-public qemu
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qemu")
 | 
					    (name "qemu")
 | 
				
			||||||
    (version "8.1.1")
 | 
					    (version "8.1.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://download.qemu.org/qemu-"
 | 
					       (uri (string-append "https://download.qemu.org/qemu-"
 | 
				
			||||||
                           version ".tar.xz"))
 | 
					                           version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1vvxmd7xbkl083anpqm797m070qi8n5wc5qid0ppbyq0wpsjxkip"))
 | 
					        (base32 "1fv5wbxpjxqzv10bdlq0ykgqfmzqx4s8yfch9zvqcm8h0il1gk23"))
 | 
				
			||||||
       (patches (search-patches "qemu-disable-some-qtests-tests.patch"
 | 
					       (patches (search-patches "qemu-disable-some-qtests-tests.patch"
 | 
				
			||||||
                                "qemu-fix-agent-paths.patch"))
 | 
					                                "qemu-fix-agent-paths.patch"))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					       (modules '((guix build utils)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue