mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: webkitgtk: Update to 2.28.4.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.4.
This commit is contained in:
parent
df6fb956c5
commit
748ab8b364
1 changed files with 2 additions and 2 deletions
|
@ -121,14 +121,14 @@ (define-public wpebackend-fdo
|
|||
(define-public webkitgtk
|
||||
(package
|
||||
(name "webkitgtk")
|
||||
(version "2.28.3")
|
||||
(version "2.28.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.webkitgtk.org/releases/"
|
||||
"webkitgtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08imj2q6h975mz7714dqdrmbav0s884990gf98xf2862fb08m2gh"))
|
||||
"0r4lkk21pny2g4mmsw0ds14m5hhjys1l47gvy59dfgihr7l546c2"))
|
||||
(patches (search-patches "webkitgtk-share-store.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
|
|
Loading…
Reference in a new issue