mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
nongnu: winetricks: Update to 20220411.
* nongnu/packages/wine.scm (winetricks): Update to 20220411. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
0763a1d43b
commit
6666b5580a
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
(define-public winetricks
|
||||
(package
|
||||
(name "winetricks")
|
||||
(version "20210206")
|
||||
(version "20220411")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -45,7 +45,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x2ykd6krk0fric45yl4gcc8cdv6j206l62rc9klw0rxfv12hz5n"))))
|
||||
"09bv6wsm3y9p6jhlcmnjlnczdyr996b2mvxg4fbvlqa3fv9gac8n"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cabextract" ,cabextract)
|
||||
|
|
Loading…
Reference in a new issue