me
/
guix
Archived
1
0
Fork 0

gnu: wine and wine64: Update to 8.16

* gnu/packages/wine.scm (wine-minimal): Update to 8.16.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Arne Babenhauserheide 2023-09-21 08:28:42 +02:00 committed by Christopher Baines
parent 8ffbcfbe3f
commit a965ff448d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
(define-public wine-minimal
(package
(name "wine-minimal")
(version "8.0")
(version "8.16")
(source
(origin
(method url-fetch)
@ -91,7 +91,7 @@
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
(base32 "0bkr3klvjy8h4djddr31fvapsi9pc2rsiyhaa7j1lwpq704w4wh2"))))
(base32 "1zgkqflqgl2y3a90f2nvcc1vhzr9ni0lps276553j8zgbqvnd0hn"))))
(build-system gnu-build-system)
(native-inputs (list bison flex))
(inputs `())