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
|
@ -64,7 +64,8 @@
|
||||||
(version "3.0")
|
(version "3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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"))
|
"/wine-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue