3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: wine: Update to 3.0.2.

* gnu/packages/wine.scm (wine): Update to 3.0.2.
This commit is contained in:
Rutger Helling 2018-06-28 15:17:19 +02:00
parent 4c9aa15edb
commit 219ae29b6b
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -69,7 +69,7 @@
(define-public wine
(package
(name "wine")
(version "3.0.1")
(version "3.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@ -77,7 +77,7 @@
"/wine-" version ".tar.xz"))
(sha256
(base32
"1wr63n70pli83p3rmclr2j4lxzs4ll1cwlpdlaajfrf6v9yhvl5s"))))
"1zv3nk31s758ghp4795ym3w8l5868c2dllmjx9245qh9ahvp3mya"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)