me
/
guix
Archived
1
0
Fork 0

gnu: khtml: Update to 5.114.0.

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

Change-Id: Ibba65a7076df3c056aa2baa99f49ef24337b9f2a
master
Maxim Cournoyer 2024-01-18 11:33:32 -05:00
parent 0fc47656fd
commit 3ad3080d26
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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))