diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-08-20 08:15:57 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-08-20 08:17:49 +0200 |
commit | 346c146f7f38e8a6a34b0d1a58f8909102477dc5 (patch) | |
tree | 6853ceb2ee3a183384372f2a66f12186c701f47d | |
parent | 56d4b2163a82a2aefd02fd71bb2837c4c250aee3 (diff) | |
download | guix-346c146f7f38e8a6a34b0d1a58f8909102477dc5.tar guix-346c146f7f38e8a6a34b0d1a58f8909102477dc5.tar.gz |
gnu: wine-staging: Update to 3.14.
* gnu/packages/wine.scm (wine-staging): Update to 3.14.
-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 72c6e3b8c2..0f3d227732 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 - "1m5v854r5wgw68b97j6wim1a8692x5sih25c0xp1yb13a94dg187")))) + "01dhn3a6k3dwnrbz4bxvszhh5sxwy6s89y459g805hjmq8s6d2a7")))) (inputs `(("autoconf" ,autoconf) ; for autoreconf ("gtk+" ,gtk+) ("libva" ,libva) |