mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: wine-staging: Update to 3.4.
* gnu/packages/wine.scm (wine-staging): Update to 3.4.
This commit is contained in:
parent
4fd09720ee
commit
732a148995
1 changed files with 4 additions and 3 deletions
|
@ -270,12 +270,13 @@ (define-public wine-staging
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://dl.winehq.org/wine/source/3.x/wine-" version
|
"https://dl.winehq.org/wine/source/"
|
||||||
".tar.xz"))
|
(version-major version) ".x"
|
||||||
|
"/wine-" version ".tar.xz"))
|
||||||
(file-name (string-append name "-" version ".tar.xz"))
|
(file-name (string-append name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cx31jsll7mxd9r7v0vpahajqwb6da6cpwybv06l5ydkgfrbv505"))))
|
"14wf7536rkmhav9ibbvhqqkfqmbk1dckhd2679i5scizr5x290x4"))))
|
||||||
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
||||||
("gtk+", gtk+)
|
("gtk+", gtk+)
|
||||||
("libva", libva)
|
("libva", libva)
|
||||||
|
|
Loading…
Reference in a new issue