mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: webkitgtk-2.4: Update to 2.4.11.
* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.11.
This commit is contained in:
parent
bd2048585a
commit
80627f51f0
1 changed files with 2 additions and 2 deletions
|
@ -136,14 +136,14 @@ (define-public webkitgtk
|
|||
(define-public webkitgtk-2.4
|
||||
(package (inherit webkitgtk)
|
||||
(name "webkitgtk")
|
||||
(version "2.4.10")
|
||||
(version "2.4.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.webkitgtk.org/releases/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0566yx5lxi40g0wpvmwbc8y76akd7zph7flrjdp2vv3z1nra9z9k"))))
|
||||
"1xsvnvyvlywwyf6m9ainpsg87jkxjmd37q6zgz9cxb7v3c2ym2jq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue