aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-09-15 14:23:06 +0200
committerRutger Helling <rhelling@mykolab.com>2018-09-15 15:09:00 +0200
commit85a349787b26e91dc7839c2748cdf71637821bcc (patch)
tree14205117601904478d550e2415461d2c71c5fa9e
parent4be83af4276328e04ab3c8a3c22ee8242adbbe71 (diff)
downloadguix-85a349787b26e91dc7839c2748cdf71637821bcc.tar
guix-85a349787b26e91dc7839c2748cdf71637821bcc.tar.gz
gnu: wine: Update to 3.0.3.
* gnu/packages/wine.scm (wine): Update to 3.0.3.
-rw-r--r--gnu/packages/wine.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index b818a3ccb5..ac3295c42b 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -71,7 +71,7 @@
(define-public wine
(package
(name "wine")
- (version "3.0.2")
+ (version "3.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@@ -79,7 +79,7 @@
"/wine-" version ".tar.xz"))
(sha256
(base32
- "1zv3nk31s758ghp4795ym3w8l5868c2dllmjx9245qh9ahvp3mya"))))
+ "18add8wqqz7y1aj8x0dcba7pqj9jkbhngwjv4yjmar3gxacmjr7b"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)