[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: webkitgtk: Update to 2.32.1.
From: |
guix-commits |
Subject: |
01/05: gnu: webkitgtk: Update to 2.32.1. |
Date: |
Wed, 12 May 2021 19:31:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 121b9354a2e5cb669c577b6a2535882c431a8d44
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 23:38:55 2021 +0200
gnu: webkitgtk: Update to 2.32.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.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 74ffe92..f5c0a74 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -226,14 +226,14 @@ acceleration in mind, leveraging common 3D graphics APIs
for best performance.")
(define-public webkitgtk
(package
(name "webkitgtk")
- (version "2.32.0")
+ (version "2.32.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
"webkitgtk-" version ".tar.xz"))
(sha256
(base32
- "1w3b0w8izp0i070grhv19j631sdcd0mcqnjnax13k8mdx7dg8zcx"))
+ "05v9hgpkc6mi2klrd8nqql1n8xzq8rgdz3hvyy369xkhgwqifq8k"))
(patches (search-patches "webkitgtk-share-store.patch"
"webkitgtk-bind-all-fonts.patch"))))
(build-system cmake-build-system)