mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +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 @@ integrate Windows applications into your desktop.")
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://dl.winehq.org/wine/source/3.x/wine-" version
|
||||
".tar.xz"))
|
||||
"https://dl.winehq.org/wine/source/"
|
||||
(version-major version) ".x"
|
||||
"/wine-" version ".tar.xz"))
|
||||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cx31jsll7mxd9r7v0vpahajqwb6da6cpwybv06l5ydkgfrbv505"))))
|
||||
"14wf7536rkmhav9ibbvhqqkfqmbk1dckhd2679i5scizr5x290x4"))))
|
||||
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
||||
("gtk+", gtk+)
|
||||
("libva", libva)
|
||||
|
|
Loading…
Reference in a new issue