[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: wpewebkit: Update to 2.40.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: wpewebkit: Update to 2.40.5. |
Date: |
Sat, 14 Oct 2023 14:30:07 -0400 |
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 7ce925fbe2 gnu: wpewebkit: Update to 2.40.5.
7ce925fbe2 is described below
commit 7ce925fbe28b5baf00705908c56485e42d8b5bd4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 13 13:55:59 2023 +0300
gnu: wpewebkit: Update to 2.40.5.
* gnu/packages/webkit.scm (wpewebkit): Update to 2.40.5.
---
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 c46bcd5662..0c82435cde 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -317,13 +317,13 @@ propagated by default) such as @code{gst-plugins-good} and
(package
(inherit webkitgtk)
(name "wpewebkit")
- (version "2.40.0")
+ (version "2.40.5")
(source (origin
(inherit (package-source webkitgtk))
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32
"1dl663nbm011sx099x9gdhk3aj119yn5rxp77jmnhdv1l77jpv58"))))
+ (base32
"0cv74qy67a0hg8sba18wrjcmmwkj4z23wqnn5yqrh3n594q8srac"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: wpewebkit: Update to 2.40.5.,
guix-commits <=