3
5
Fork 0
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:
Rutger Helling 2018-03-17 15:01:35 +01:00
parent 4fd09720ee
commit 732a148995
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -270,12 +270,13 @@ integrate Windows applications into your desktop.")
(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)