[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wine-staging: Update to 4.6.
From: |
guix-commits |
Subject: |
01/01: gnu: wine-staging: Update to 4.6. |
Date: |
Sun, 14 Apr 2019 03:35:47 -0400 (EDT) |
rhelling pushed a commit to branch master
in repository guix.
commit 1b7436aeb5dd13140cb192d6f6617960e1ca911c
Author: Rutger Helling <address@hidden>
Date: Sun Apr 14 09:30:10 2019 +0200
gnu: wine-staging: Update to 4.6.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.6.
* gnu/packages/wine.scm (wine-staging): Update to 4.6.
---
gnu/packages/wine.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 57b755c..9cafa07 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -310,7 +310,7 @@ integrate Windows applications into your desktop.")
(define-public wine-staging-patchset-data
(package
(name "wine-staging-patchset-data")
- (version "4.5")
+ (version "4.6")
(source
(origin
(method git-fetch)
@@ -320,7 +320,7 @@ integrate Windows applications into your desktop.")
(file-name (git-file-name name version))
(sha256
(base32
- "18xpha7nl3jg7c24cgbncciyyqqb6svsyfp1xk81993wnl6r8abs"))))
+ "0mripibsi1p8h2j9ngqszkcjppdxji027ss4shqwb0nypaydd9w2"))))
(build-system trivial-build-system)
(native-inputs
`(("bash" ,bash)
@@ -366,7 +366,7 @@ integrate Windows applications into your desktop.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "1dy1v27cw9vp2xnr8y4bdcvvw5ivcgpk2375jgn536csbwaxgwjz"))))
+ "1nk2nlkdklwpd0kbq8hx59gl05b5wglcla0v3892by6k4kwh341j"))))
(inputs `(("autoconf" ,autoconf) ; for autoreconf
("faudio" ,faudio)
("ffmpeg" ,ffmpeg)