parent
fdd63e65d8
commit
76ab3ff0a8
|
@ -75,7 +75,7 @@
|
||||||
(define-public wine
|
(define-public wine
|
||||||
(package
|
(package
|
||||||
(name "wine")
|
(name "wine")
|
||||||
(version "6.0")
|
(version "6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
(string-append "https://dl.winehq.org/wine/source/" dir
|
(string-append "https://dl.winehq.org/wine/source/" dir
|
||||||
"wine-" version ".tar.xz")))
|
"wine-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0micb3l54cc2cl3v5q92hzvkxxiwi9lmiv72caf45vl35xghd4xl"))))
|
(base32 "1bc4zmqpdqs1ncz3qisp8a313pqzi5a31gq1s99ivb60vk325rcr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
|
Reference in New Issue