gnu: wine: Fix typo.

* gnu/packages/wine.scm (wine): Fix typo.

This is a followup to d8104034bc.
This commit is contained in:
Nicolas Goaziou 2020-03-03 17:33:28 +01:00
parent d8104034bc
commit 53b48447a7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -84,9 +84,9 @@ (define-public wine
(version-major version)
(if (string-suffix? ".0" (version-major+minor version))
".0/"
".x/")))))
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz"))
".x/"))))
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
(base32 "1pkzj3656ad0vmc7ciwfzn45lb2kxwbyymfwnqaa105dicicf6wv"))))
(build-system gnu-build-system)