diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-04 22:09:02 +0900 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-11 13:32:01 +0100 |
commit | bb7708b68f19854f079b9ea347d14f3eda93c35d (patch) | |
tree | 71c7998667bf38c776bcf2c3e3b380afea617880 | |
parent | b61f18b9232ca69fd1fac5a09692bb97a8425691 (diff) |
gnu: webkitgtk: Update to 2.48.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.48.1.
[inputs]: Add flite.
Change-Id: I781eec14c39e217107afeec6b171a20e49127c82
-rw-r--r-- | gnu/packages/webkit.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 99a8da3901..198799db10 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com> -;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> +;;; Copyright © 2021, 2022, 2023, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2024 Abhishek Cherath <abhi@quic.us> ;;; @@ -64,6 +64,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages ruby) + #:use-module (gnu packages speech) #:use-module (gnu packages sqlite) #:use-module (gnu packages tls) #:use-module (gnu packages video) @@ -128,13 +129,13 @@ engine that uses Wayland for graphics output.") (define-public webkitgtk (package (name "webkitgtk") - (version "2.46.6") + (version "2.48.1") (source (origin (method url-fetch) (uri (string-append "https://www.webkitgtk.org/releases/" name "-" version ".tar.xz")) (sha256 - (base32 "0ay3cq3hbm2l7h7sgc5jbi8v5yhbbgzdvrkcnyxaj2r2jgk1vczj")) + (base32 "13r5xfhvy7gpjdm026wv5njmlfq9ab5sid9snzh0zjndqhhxzvwq")) (snippet #~(begin (use-modules (guix build utils)) @@ -250,6 +251,7 @@ engine that uses Wayland for graphics output.") bubblewrap elogind enchant + flite geoclue gst-plugins-base gst-plugins-bad-minimal |