gnu: wine: Parameterize version string in uri.
* gnu/packages/wine.scm (wine)[source]: Replace hard-coded version string with parameterized version.
This commit is contained in:
		
							parent
							
								
									4a24c48695
								
							
						
					
					
						commit
						6f10e74fc7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -64,7 +64,8 @@ | |||
|     (version "3.0") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://dl.winehq.org/wine/source/3.0" | ||||
|               (uri (string-append "https://dl.winehq.org/wine/source/" | ||||
|                                   (version-major+minor version) | ||||
|                                   "/wine-" version ".tar.xz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|  |  | |||
		Reference in a new issue