gnu: wine-minimal, wine, wine64: Update to 9.0.
* gnu/packages/wine.scm (wine-minimal, wine, wine64): Update to 9.0. Change-Id: Ib20f8e5fe9eb071fd6be0ba81e501867d0535273 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									00bf07eccc
								
							
						
					
					
						commit
						5a1a961863
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 | 
					;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 | 
				
			||||||
;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
 | 
					;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
 | 
				
			||||||
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 | 
					;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@
 | 
				
			||||||
(define-public wine-minimal
 | 
					(define-public wine-minimal
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "wine-minimal")
 | 
					    (name "wine-minimal")
 | 
				
			||||||
    (version "8.18")
 | 
					    (version "9.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -91,7 +91,7 @@
 | 
				
			||||||
              (string-append "https://dl.winehq.org/wine/source/" dir
 | 
					              (string-append "https://dl.winehq.org/wine/source/" dir
 | 
				
			||||||
                             "wine-" version ".tar.xz")))
 | 
					                             "wine-" version ".tar.xz")))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih"))))
 | 
					        (base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw"))))
 | 
				
			||||||
    (properties '((upstream-name . "wine")))
 | 
					    (properties '((upstream-name . "wine")))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs (list bison flex))
 | 
					    (native-inputs (list bison flex))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue