guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

101/332: gnu: khtml: Update to 5.108.0.


From: guix-commits
Subject: 101/332: gnu: khtml: Update to 5.108.0.
Date: Thu, 3 Aug 2023 05:43:43 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 4074178863541b58b70335bfa3dfdfe27c8061a3
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 23:52:08 2023 +0800

    gnu: khtml: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (khtml): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ff916825f9..d4a49b7062 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3630,7 +3630,7 @@ http://community.kde.org/Frameworks/Porting_Notes should 
help with this.")
 (define-public khtml
   (package
     (name "khtml")
-    (version "5.98.0")
+    (version "5.108.0")
     (source
      (origin
        (method url-fetch)
@@ -3639,7 +3639,7 @@ http://community.kde.org/Frameworks/Porting_Notes should 
help with this.")
              (version-major+minor version) "/portingAids/"
              name "-" version ".tar.xz"))
        (sha256
-        (base32 "0bflwrp6i2w6a3fq2m2df655495rpnsmqcm7w1f1dzfndc6yd9i5"))))
+        (base32 "0kasxgkxfibdj81a6iiv4ciqy5fd180lsk9sa1byd8y0bydd8kjv"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules perl))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]