summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 13:53:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-21 00:58:58 +0200
commita30bd7e88a11c5298853de47debf878759190bf3 (patch)
treeb3130e30bff3b564e88d4717369a1cf2a89dd85a /gnu
parentdf325dbafd569e3e5d23da1952003208a21e7d57 (diff)
gnu: wine-staging: Update to 5.22.
* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging): Update to 5.22.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wine.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 98b435cb8d0..00635b6cebd 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -334,7 +334,7 @@ integrate Windows applications into your desktop.")
334(define-public wine-staging-patchset-data 334(define-public wine-staging-patchset-data
335 (package 335 (package
336 (name "wine-staging-patchset-data") 336 (name "wine-staging-patchset-data")
337 (version "5.13") 337 (version "5.22")
338 (source 338 (source
339 (origin 339 (origin
340 (method git-fetch) 340 (method git-fetch)
@@ -343,7 +343,7 @@ integrate Windows applications into your desktop.")
343 (commit (string-append "v" version)))) 343 (commit (string-append "v" version))))
344 (file-name (git-file-name name version)) 344 (file-name (git-file-name name version))
345 (sha256 345 (sha256
346 (base32 "0sw7790gsi3h08xgc8i1y282rk8xrdhqjlwpvbpvyw5zi0i95cvq")))) 346 (base32 "0sjljp5aa558ff5wn47q86z0dm4vcjs0gh9n35916bbwj02lhay2"))))
347 (build-system trivial-build-system) 347 (build-system trivial-build-system)
348 (native-inputs 348 (native-inputs
349 `(("bash" ,bash) 349 `(("bash" ,bash)
@@ -394,7 +394,7 @@ integrate Windows applications into your desktop.")
394 "wine-" wine-version ".tar.xz")) 394 "wine-" wine-version ".tar.xz"))
395 (file-name (string-append name "-" wine-version ".tar.xz")) 395 (file-name (string-append name "-" wine-version ".tar.xz"))
396 (sha256 396 (sha256
397 (base32 "0lh1bqr8xq1acz5d0cb50rvhw3h6h1vqprx5wlyrjhdg58f5qsn4"))))) 397 (base32 "08adrsxhwgj5slwgi7f0dyspw8fpfp4cw1s5sdm4x5wcgk40dg89")))))
398 (inputs `(("autoconf" ,autoconf) ; for autoreconf 398 (inputs `(("autoconf" ,autoconf) ; for autoreconf
399 ("ffmpeg" ,ffmpeg) 399 ("ffmpeg" ,ffmpeg)
400 ("gtk+" ,gtk+) 400 ("gtk+" ,gtk+)