guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: webkitgtk-next: Update to 2.38.3.


From: guix-commits
Subject: 01/03: gnu: webkitgtk-next: Update to 2.38.3.
Date: Sun, 8 Jan 2023 04:54:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ca8fcca4566df922e45a24d4a30c57fad7813924
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 8 10:31:21 2023 +0200

    gnu: webkitgtk-next: Update to 2.38.3.
    
    * gnu/packages/webkit.scm (webkitgtk-next): Update to 2.38.3.
---
 gnu/packages/webkit.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3c548eb5e0..29f89721b7 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -283,14 +283,14 @@ propagated by default) such as @code{gst-plugins-good} and
   (package
     (inherit webkitgtk)
     (name "webkitgtk")
-    (version "2.38.2")                  ;webkit2gtk5
+    (version "2.38.3")                  ;webkit2gtk5
     (source (origin
               (inherit (package-source webkitgtk))
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 
"0gpy17lwsv5x0xl7p7nf1xqsg8c4yxmd3b4wv6s87xaijs4q5szk"))))
+               (base32 
"0njac0878ksh53gn50phly1vzvj08q7g5aclncv6k324xp8h3w21"))))
     (build-system cmake-build-system)
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)



reply via email to

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