[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: wpewebkit: Update to 2.44.1.
From: |
guix-commits |
Subject: |
05/10: gnu: wpewebkit: Update to 2.44.1. |
Date: |
Mon, 3 Jun 2024 15:04:24 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit d2ef6ab0ad9291fd74986de01f0ed82dfec46dce
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Apr 19 20:59:57 2024 +0200
gnu: wpewebkit: Update to 2.44.1.
* gnu/packages/webkit.scm (wpewebkit): 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 2e10093a68..b71e7e3e29 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -322,13 +322,13 @@ propagated by default) such as @code{gst-plugins-good} and
(package
(inherit webkitgtk)
(name "wpewebkit")
- (version "2.40.5")
+ (version "2.44.1")
(source (origin
(inherit (package-source webkitgtk))
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32
"0cv74qy67a0hg8sba18wrjcmmwkj4z23wqnn5yqrh3n594q8srac"))))
+ (base32
"16y1gdz38d4b99b8zrvxy0nbrc70ih02ngi8090x7148rx7vz7rc"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)
- branch gnome-team created (now ad7505d16f), guix-commits, 2024/06/03
- 02/10: gnu: vala: Update to 0.56.16., guix-commits, 2024/06/03
- 05/10: gnu: wpewebkit: Update to 2.44.1.,
guix-commits <=
- 10/10: gnu: gtk: Fix build on i686-linux., guix-commits, 2024/06/03
- 09/10: gnu: gnome-builder: Fix build., guix-commits, 2024/06/03
- 08/10: gnu: qemu: Disable more tests., guix-commits, 2024/06/03
- 06/10: gnu: gst-plugins-bad: Ignore elements_netsim test., guix-commits, 2024/06/03
- 03/10: gnu: gtk: Update to 4.14.2., guix-commits, 2024/06/03
- 04/10: gnu: webkitgtk: Update to 2.44.1., guix-commits, 2024/06/03
- 01/10: gnu: gtkmm@3: Update to 3.24.9., guix-commits, 2024/06/03
- 07/10: gnu: qtbase: Ignore tst_qsqlthread., guix-commits, 2024/06/03