Skip to content
Snippets Groups Projects
Unverified Commit 2f24b9ca authored by Rutger Helling's avatar Rutger Helling
Browse files

gnu: wine: Update to 3.0.4.

* gnu/packages/wine.scm (wine): Update to 3.0.4.
parent 4d26987d
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ (define-module (gnu packages wine)
(define-public wine
(package
(name "wine")
(version "3.0.3")
(version "3.0.4")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
......@@ -79,7 +79,7 @@ (define-public wine
"/wine-" version ".tar.xz"))
(sha256
(base32
"18add8wqqz7y1aj8x0dcba7pqj9jkbhngwjv4yjmar3gxacmjr7b"))))
"037vlrk80lagy362w7500i2ldwvdwsadrknajzi67cvxpvnqhnnl"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment