~ruther/guix-local

3ad3080d26dff1cbb35671cc09b3189947291da2 — Maxim Cournoyer 2 years ago 0fc4765
gnu: khtml: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (khtml): Update to 5.114.0.

Change-Id: Ibba65a7076df3c056aa2baa99f49ef24337b9f2a
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 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))