[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wine-staging: Update to 4.1.
From: |
guix-commits |
Subject: |
01/01: gnu: wine-staging: Update to 4.1. |
Date: |
Tue, 5 Feb 2019 06:01:56 -0500 (EST) |
rhelling pushed a commit to branch master
in repository guix.
commit a10050e2dd563188d6ae66f4de2eff10a5e65632
Author: Rutger Helling <address@hidden>
Date: Tue Feb 5 12:00:16 2019 +0100
gnu: wine-staging: Update to 4.1.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.1.
* gnu/packages/wine.scm (wine-staging): Update to 4.1.
---
gnu/packages/wine.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 8362591..9881386 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.0")
+ (version "4.1")
(source
(origin
(method git-fetch)
@@ -320,7 +320,7 @@ integrate Windows applications into your desktop.")
(file-name (git-file-name name version))
(sha256
(base32
- "1xfbmpjvzkgjg95x5d36raz3hp0qcdaim0n5hw9im0xjnwb83am9"))))
+ "1jp5s4k3cwiw6jy8lih25n0c7nyrddr6dm7vlyfdfrl2gkah94z0"))))
(build-system trivial-build-system)
(native-inputs
`(("bash" ,bash)
@@ -361,12 +361,12 @@ integrate Windows applications into your desktop.")
(method url-fetch)
(uri (string-append
"https://dl.winehq.org/wine/source/"
- (version-major version) ".0"
+ (version-major version) ".x"
"/wine-" version ".tar.xz"))
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "0k8d90mgjzv8vjspmnxzr3i5mbccxnbr9hf03q1bpf5jjppcsdk7"))))
+ "1b8vwid8wsy1ss2q27bqkd9sdl67qqh0kmazi87vspi40nz7bxyf"))))
(inputs `(("autoconf" ,autoconf) ; for autoreconf
("ffmpeg" ,ffmpeg)
("gtk+" ,gtk+)