gnu: wine: Update to 5.3.
* gnu/packages/wine.scm (wine): Update to 5.3. [native-inputs]: Re-order inputs alphabetically.
This commit is contained in:
		
							parent
							
								
									c06c7a3aec
								
							
						
					
					
						commit
						d8104034bc
					
				
					 1 changed files with 15 additions and 10 deletions
				
			
		| 
						 | 
					@ -76,21 +76,26 @@
 | 
				
			||||||
(define-public wine
 | 
					(define-public wine
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "wine")
 | 
					    (name "wine")
 | 
				
			||||||
    (version "5.0")
 | 
					    (version "5.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://dl.winehq.org/wine/source/"
 | 
					       (uri (let ((dir (string-append
 | 
				
			||||||
                           (version-major+minor version)
 | 
					                        (version-major version)
 | 
				
			||||||
                           "/wine-" version ".tar.xz"))
 | 
					                        (if (string-suffix? ".0" (version-major+minor version))
 | 
				
			||||||
 | 
					                            ".0/"
 | 
				
			||||||
 | 
					                            ".x/")))))
 | 
				
			||||||
 | 
					            (string-append "https://dl.winehq.org/wine/source/" dir
 | 
				
			||||||
 | 
					                           "wine-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1d0kcy338radq07hrnzcpc9lc9j2fvzjh37q673002x8d6x5058q"))))
 | 
					        (base32 "1pkzj3656ad0vmc7ciwfzn45lb2kxwbyymfwnqaa105dicicf6wv"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs `(("pkg-config" ,pkg-config)
 | 
					    (native-inputs
 | 
				
			||||||
                     ("gettext" ,gettext-minimal)
 | 
					     `(("bison" ,bison)
 | 
				
			||||||
                     ("flex" ,flex)
 | 
					       ("flex" ,flex)
 | 
				
			||||||
                     ("bison" ,bison)
 | 
					       ("gettext" ,gettext-minimal)
 | 
				
			||||||
                     ("perl" ,perl)))
 | 
					       ("perl" ,perl)
 | 
				
			||||||
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("alsa-lib" ,alsa-lib)
 | 
					     `(("alsa-lib" ,alsa-lib)
 | 
				
			||||||
       ("dbus" ,dbus)
 | 
					       ("dbus" ,dbus)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue