diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-28 15:17:19 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-28 15:18:42 +0200 |
commit | 219ae29b6b40ddd16c750e3df17c72f8a14e69c2 (patch) | |
tree | f90b27ba3713712eafa1cd935f5d74312e025582 | |
parent | 4c9aa15edbf3c57b30338810b00c1a3bca874492 (diff) | |
download | patches-219ae29b6b40ddd16c750e3df17c72f8a14e69c2.tar patches-219ae29b6b40ddd16c750e3df17c72f8a14e69c2.tar.gz |
gnu: wine: Update to 3.0.2.
* gnu/packages/wine.scm (wine): Update to 3.0.2.
-rw-r--r-- | gnu/packages/wine.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 68d7c51ac1..91b37556a0 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -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) |