mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: webkitgtk: Update to 2.42.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.1. [inputs]: Add libjxl.
This commit is contained in:
parent
06f25a9a85
commit
42495b1886
1 changed files with 3 additions and 2 deletions
|
@ -127,13 +127,13 @@ (define-public wpebackend-fdo
|
||||||
(define-public webkitgtk
|
(define-public webkitgtk
|
||||||
(package
|
(package
|
||||||
(name "webkitgtk") ; webkit2gtk4
|
(name "webkitgtk") ; webkit2gtk4
|
||||||
(version "2.40.5")
|
(version "2.42.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.webkitgtk.org/releases/"
|
(uri (string-append "https://www.webkitgtk.org/releases/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zq32rn34v7hzr53s100r77aglbi6wffp9b13bcj31k6cfi53q3x"))
|
(base32 "1694dnqrjzcqh1hlpqspqz5xxvfd77af33f410ffaglxk34zlhbg"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"webkitgtk-adjust-bubblewrap-paths.patch"))))
|
"webkitgtk-adjust-bubblewrap-paths.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
@ -249,6 +249,7 @@ (define-public webkitgtk
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libgudev
|
libgudev
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
|
libjxl
|
||||||
libmanette
|
libmanette
|
||||||
libnotify
|
libnotify
|
||||||
libpng
|
libpng
|
||||||
|
|
Loading…
Reference in a new issue