[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: wine: Update to 1.9.15.
From: |
Andreas Enge |
Subject: |
02/02: gnu: wine: Update to 1.9.15. |
Date: |
Sun, 31 Jul 2016 10:11:53 +0000 (UTC) |
andreas pushed a commit to branch core-updates
in repository guix.
commit 7b995c7bcbd989a6d44bc69e1e912df3c8192692
Author: Andreas Enge <address@hidden>
Date: Sun Jul 31 12:11:05 2016 +0200
gnu: wine: Update to 1.9.15.
* gnu/packages/wine.scm (wine): Update to 1.9.15.
---
gnu/packages/wine.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 54cb655..03a896b 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -52,7 +52,7 @@
(define-public wine
(package
(name "wine")
- (version "1.9.4")
+ (version "1.9.15")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@@ -60,7 +60,7 @@
"/wine-" version ".tar.bz2"))
(sha256
(base32
- "1f5v1gns0xs512a6ym785cn29j8dxdbnxnvkg8v0p1w0p6vfmhbm"))))
+ "1nmd65knzyh8b0yhxlqqvzai5rpnmhhm0c46n789zr5hj74jm6fg"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext)