diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-14 12:07:02 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-14 12:10:03 +0200 |
commit | 5d6f07fb47a787aa230aabcff21c337cb0ce7988 (patch) | |
tree | 90344574200330c207c165efd893715b9059b759 /gnu/packages/wine.scm | |
parent | 4165a5590d492e6a78529b02505d21b763ae0a0a (diff) | |
download | patches-5d6f07fb47a787aa230aabcff21c337cb0ce7988.tar patches-5d6f07fb47a787aa230aabcff21c337cb0ce7988.tar.gz |
gnu: wine-staging: Update to 3.6.
* gnu/packages/wine.scm (wine-staging): Update to 3.6.
Diffstat (limited to 'gnu/packages/wine.scm')
-rw-r--r-- | gnu/packages/wine.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 31772925ff..beef52d0da 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -276,7 +276,7 @@ integrate Windows applications into your desktop.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 - "0hr1syfhnpvcm84gmms1i26k68hakcgw4m6dvckmbbvw7ca0c8pl")))) + "0p4h0ynb5yf8rx5badpxg7b6vsrqdqafwszn5qm0shv0kb3jsl3q")))) (inputs `(("autoconf" ,autoconf) ; for autoreconf ("gtk+" ,gtk+) ("libva" ,libva) |