gnu: wine: Update to 1.9.24.
* gnu/packages/wine.scm (wine): Update to 1.9.24. [home-page]: Use https.
This commit is contained in:
parent
ded69d6f86
commit
658c987fdd
|
@ -1,6 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -52,7 +53,7 @@
|
||||||
(define-public wine
|
(define-public wine
|
||||||
(package
|
(package
|
||||||
(name "wine")
|
(name "wine")
|
||||||
(version "1.9.15")
|
(version "1.9.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.winehq.org/wine/source/"
|
(uri (string-append "https://dl.winehq.org/wine/source/"
|
||||||
|
@ -60,7 +61,7 @@
|
||||||
"/wine-" version ".tar.bz2"))
|
"/wine-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nmd65knzyh8b0yhxlqqvzai5rpnmhhm0c46n789zr5hj74jm6fg"))))
|
"0qb07vfxwz41wj71lb0ss3apf22m4ch06382rqfksf7gg34pswnb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
@ -129,7 +130,7 @@
|
||||||
(("(#define SONAME_.* )\"(.*)\"" _ defso soname)
|
(("(#define SONAME_.* )\"(.*)\"" _ defso soname)
|
||||||
(format #f "~a\"~a\"" defso (find-so soname))))))
|
(format #f "~a\"~a\"" defso (find-so soname))))))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(home-page "http://www.winehq.org/")
|
(home-page "https://www.winehq.org/")
|
||||||
(synopsis "Implementation of the Windows API")
|
(synopsis "Implementation of the Windows API")
|
||||||
(description
|
(description
|
||||||
"Wine (originally an acronym for \"Wine Is Not an Emulator\") is a
|
"Wine (originally an acronym for \"Wine Is Not an Emulator\") is a
|
||||||
|
|
Loading…
Reference in New Issue