[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: wpewebkit: Update to 2.44.1.
From: |
guix-commits |
Subject: |
05/09: gnu: wpewebkit: Update to 2.44.1. |
Date: |
Thu, 30 May 2024 04:27:56 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 20db251442c3be5e49a4a2d8e5f2c17951f681ef
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 4b5b1fa812), guix-commits, 2024/05/30
- 02/09: gnu: vala: Update to 0.56.16., guix-commits, 2024/05/30
- 03/09: gnu: gtk: Update to 4.14.2., guix-commits, 2024/05/30
- 01/09: gnu: gtkmm@3: Update to 3.24.9., guix-commits, 2024/05/30
- 04/09: gnu: webkitgtk: Update to 2.44.1., guix-commits, 2024/05/30
- 05/09: gnu: wpewebkit: Update to 2.44.1.,
guix-commits <=
- 09/09: gnu: gnome-builder: Fix build., guix-commits, 2024/05/30
- 06/09: gnu: gst-plugins-bad: Ignore elements_netsim test., guix-commits, 2024/05/30
- 07/09: gnu: qtbase: Ignore tst_qsqlthread., guix-commits, 2024/05/30
- 08/09: gnu: qemu: Disable more tests., guix-commits, 2024/05/30