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

gnu: wine-staging: Update to 4.0.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0.
* gnu/packages/wine.scm (wine-staging): Update to 4.0.
parent 0e41f95e
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ (define-public wine64 ...@@ -227,7 +227,7 @@ (define-public wine64
(define-public wine-staging-patchset-data (define-public wine-staging-patchset-data
(package (package
(name "wine-staging-patchset-data") (name "wine-staging-patchset-data")
(version "4.0-rc7") (version "4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -237,7 +237,7 @@ (define-public wine-staging-patchset-data ...@@ -237,7 +237,7 @@ (define-public wine-staging-patchset-data
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"16mfsa0hq7nw5ad1bsr4cn03avjdzgl8j07n5f26idk3zhlzym9d")))) "1xfbmpjvzkgjg95x5d36raz3hp0qcdaim0n5hw9im0xjnwb83am9"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(native-inputs (native-inputs
`(("bash" ,bash) `(("bash" ,bash)
...@@ -283,7 +283,7 @@ (define-public wine-staging ...@@ -283,7 +283,7 @@ (define-public wine-staging
(file-name (string-append name "-" version ".tar.xz")) (file-name (string-append name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1myq6707ba5p3bh7qr6k86rpkrpdi31py3v3n96bg184xs7h99yj")))) "0k8d90mgjzv8vjspmnxzr3i5mbccxnbr9hf03q1bpf5jjppcsdk7"))))
(inputs `(("autoconf" ,autoconf) ; for autoreconf (inputs `(("autoconf" ,autoconf) ; for autoreconf
("ffmpeg" ,ffmpeg) ("ffmpeg" ,ffmpeg)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
......
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