guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qtwebengine: Update to 6.5.3.


From: guix-commits
Subject: branch master updated: gnu: qtwebengine: Update to 6.5.3.
Date: Sat, 27 Jan 2024 11:48:17 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dc8aa52517 gnu: qtwebengine: Update to 6.5.3.
dc8aa52517 is described below

commit dc8aa525174d25331d74576faf0643e45bc152c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jan 27 18:29:40 2024 +0200

    gnu: qtwebengine: Update to 6.5.3.
    
    * gnu/packages/qt.scm (qtwebengine): Update to 6.5.3.
    
    Change-Id: I0a617a548e1b3b6f1250c507959857ff2086f167
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 353b90823d..c501219437 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3027,14 +3027,14 @@ and binaries removed, and adds modular support for 
using system libraries.")
 (define-public qtwebengine
   (package
     (name "qtwebengine")
-    (version "6.5.2")
+    (version "6.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (qt-url name version))
        (sha256
         (base32
-         "17qxf3asyxq6kcqqvml170n7rnzih3nr4srp9r5v80pmas5l7jg7"))
+         "1ra5hyyg4vymp8pgzv08smjc3fl1axdavnkpj1i5zxym1ndww513"))
        (modules '((ice-9 ftw)
                   (ice-9 match)
                   (srfi srfi-1)



reply via email to

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