mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: wine-minimal, wine, wine64: Update to 9.0.
* gnu/packages/wine.scm (wine-minimal, wine, wine64): Update to 9.0. Change-Id: Ib20f8e5fe9eb071fd6be0ba81e501867d0535273 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
00bf07eccc
commit
5a1a961863
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||
;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
||||
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
|
||||
;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -79,7 +79,7 @@ (define-module (gnu packages wine)
|
|||
(define-public wine-minimal
|
||||
(package
|
||||
(name "wine-minimal")
|
||||
(version "8.18")
|
||||
(version "9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -91,7 +91,7 @@ (define-public wine-minimal
|
|||
(string-append "https://dl.winehq.org/wine/source/" dir
|
||||
"wine-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih"))))
|
||||
(base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw"))))
|
||||
(properties '((upstream-name . "wine")))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list bison flex))
|
||||
|
|
Loading…
Reference in a new issue