diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-07-10 08:09:27 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-07-10 08:13:03 +0200 |
commit | 4f6afde9b4ac014fbcb75b9611a5a14ae096e422 (patch) | |
tree | c642d490a9620b9c405131410ac97737c82c73a4 | |
parent | cd4ed46376d60a1510beedd96e39e6620936e656 (diff) | |
download | patches-4f6afde9b4ac014fbcb75b9611a5a14ae096e422.tar patches-4f6afde9b4ac014fbcb75b9611a5a14ae096e422.tar.gz |
gnu: wine-staging: Update to 3.12.
* gnu/packages/wine.scm (wine-staging): Update to 3.12.
-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 115060cfb6..2de4ff5d94 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -279,7 +279,7 @@ integrate Windows applications into your desktop.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 - "0zlhkz6aybkr9jg8za9x56fp92q10df0abadn9bsa8ryparr5d15")))) + "0zvqmd0018wvlxz4xbm5sbv7770j3l14q0ilpgs0jy49srcw116v")))) (inputs `(("autoconf" ,autoconf) ; for autoreconf ("gtk+" ,gtk+) ("libva" ,libva) |