mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-29 11:44:10 +01:00
nongnu: winetricks: Update to 20210206.
* nongnu/packages/wine.scm (winetricks): Update to 20210206.
This commit is contained in:
parent
a139a6e066
commit
6080d68a49
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
(define-public winetricks
|
(define-public winetricks
|
||||||
(package
|
(package
|
||||||
(name "winetricks")
|
(name "winetricks")
|
||||||
(version "20201206")
|
(version "20210206")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xs09v1zr98yvwvdsmzgryc2hbk92mwn54yxx8162l461465razc"))))
|
"0x2ykd6krk0fric45yl4gcc8cdv6j206l62rc9klw0rxfv12hz5n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("wget" ,wget)
|
`(("wget" ,wget)
|
||||||
|
|
Loading…
Reference in a new issue