guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: webkitgtk: Update to 2.44.1.


From: guix-commits
Subject: 03/04: gnu: webkitgtk: Update to 2.44.1.
Date: Thu, 25 Apr 2024 12:31:53 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit e67bf9123a09071bf09b365cfeab81e034bc1bf1
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Apr 19 20:59:45 2024 +0200

    gnu: webkitgtk: Update to 2.44.1.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.44.1.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index bf24a65e83..643f1d8f43 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ engine that uses Wayland for graphics output.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.42.5")
+    (version "2.44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0jg7c7z572afywwrnvdj3m5agaviv0vkqmzznnzzv30byb0phhmn"))
+               (base32 "0qamkk9db8m6x4qv5y10lihc18yzgrgbn6ldqw00ckghn1ci8ns2"))
               (snippet
                #~(begin
                    (use-modules (guix build utils))



reply via email to

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