diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-03-31 09:10:45 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-03-31 09:16:24 +0200 |
commit | 2ac9f2a2b32faab6c101729b3bc8a7088ddd55e4 (patch) | |
tree | b169ceaa312f55964d986c1053a8aa9c5a4f27e4 /gnu/packages/wine.scm | |
parent | 5125b3d5b0dc507942332d97d63fbaa4c6741323 (diff) | |
download | patches-2ac9f2a2b32faab6c101729b3bc8a7088ddd55e4.tar patches-2ac9f2a2b32faab6c101729b3bc8a7088ddd55e4.tar.gz |
gnu: wine-staging: Update to 3.5.
* gnu/packages/wine.scm (wine-staging): Update to 3.5.
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 b887bc2d6b..c4a30e20ea 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 - "14wf7536rkmhav9ibbvhqqkfqmbk1dckhd2679i5scizr5x290x4")))) + "0hr1syfhnpvcm84gmms1i26k68hakcgw4m6dvckmbbvw7ca0c8pl")))) (inputs `(("autoconf" ,autoconf) ; for autoreconf ("gtk+" ,gtk+) ("libva" ,libva) |