diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 11:33:32 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 20:54:16 -0500 |
commit | 3ad3080d26dff1cbb35671cc09b3189947291da2 (patch) | |
tree | b7f1c540b6461cc87bff4b151fda3f8961edccd8 | |
parent | 0fc47656fd21229a7c7005708d206ee0b549f2f4 (diff) |
gnu: khtml: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (khtml): Update to 5.114.0.
Change-Id: Ibba65a7076df3c056aa2baa99f49ef24337b9f2a
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ff052a38fe..488da7ec7a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3751,7 +3751,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.") (define-public khtml (package (name "khtml") - (version "5.108.0") + (version "5.114.0") (source (origin (method url-fetch) @@ -3760,7 +3760,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "0kasxgkxfibdj81a6iiv4ciqy5fd180lsk9sa1byd8y0bydd8kjv")))) + (base32 "1mf84zs9hjvmi74f8rgqzrfkqjq597f9k64dn1bqcj13v0w10vry")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules perl)) |