diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-06-22 10:02:54 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-06-22 10:04:20 +0200 |
commit | a6175442481c3d0594453e90c51bb5dafe539d2a (patch) | |
tree | 44a39f2d309e12261146868d8c0c33e217001319 /gnu | |
parent | 0998175f4e0869f5b6c141d74393d60758c39ff4 (diff) | |
download | patches-a6175442481c3d0594453e90c51bb5dafe539d2a.tar patches-a6175442481c3d0594453e90c51bb5dafe539d2a.tar.gz |
gnu: wine-staging: Update to 4.11.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.11.
* gnu/packages/wine.scm (wine-staging): Update to 4.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wine.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 63916d1cc3..72f0e1fd55 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -310,7 +310,7 @@ integrate Windows applications into your desktop.") (define-public wine-staging-patchset-data (package (name "wine-staging-patchset-data") - (version "4.10") + (version "4.11") (source (origin (method git-fetch) @@ -320,7 +320,7 @@ integrate Windows applications into your desktop.") (file-name (git-file-name name version)) (sha256 (base32 - "0kl5718c4xk8d1va1jb5jaa2n0vw3l0hi6bpc7siaww1fp64hy98")))) + "0h8qldqr9w1kwn48qgg5m1cs2xqkv8xxg2c66cvfka91hy886jcf")))) (build-system trivial-build-system) (native-inputs `(("bash" ,bash) @@ -366,7 +366,7 @@ integrate Windows applications into your desktop.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 - "041d3km85iqbshspy9av1fxjwq18xldrb18j04xl2fmpv1hq3pas")))) + "1rmyfwlynzs2niz7l2lwjs2axm6in6gb43ldbzyzsflxsmk5fl9f")))) (inputs `(("autoconf" ,autoconf) ; for autoreconf ("faudio" ,faudio) ("ffmpeg" ,ffmpeg) |