mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: wine-minimal: Update to 8.18.
* gnu/packages/wine.scm (wine-minimal): Update to 8.18. [properties]: Set upstream-name. Change-Id: I018c320a990bf101d193095b68c44312ce9653a4 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
4471cfd099
commit
ada7e0d042
1 changed files with 3 additions and 2 deletions
|
@ -79,7 +79,7 @@ (define-module (gnu packages wine)
|
|||
(define-public wine-minimal
|
||||
(package
|
||||
(name "wine-minimal")
|
||||
(version "8.16")
|
||||
(version "8.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -91,7 +91,8 @@ (define-public wine-minimal
|
|||
(string-append "https://dl.winehq.org/wine/source/" dir
|
||||
"wine-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32 "1zgkqflqgl2y3a90f2nvcc1vhzr9ni0lps276553j8zgbqvnd0hn"))))
|
||||
(base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih"))))
|
||||
(properties '((upstream-name . "wine")))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list bison flex))
|
||||
(inputs `())
|
||||
|
|
Loading…
Reference in a new issue