From eb8eb60eef3f4c48698699949b1c85322694a491 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 17 Jan 2022 14:03:20 -0500 Subject: gnu: Epiphany: Use the correct hash for Epiphany 41.2. This hash was updated correctly in commit 291c4fa0baf24b9d600872fce99441f5471cdb40, but presumably the merge resolution of the version-1.4.0 gave us the wrong hash. * gnu/packages/gnome.scm (epiphany)[source]: Use the hash of Epiphany 41.2. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 591356f72f..d565ca8e2c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6784,7 +6784,7 @@ a secret password store, an adblocker, and a modern UI.") "epiphany-" version ".tar.xz")) (sha256 (base32 - "0r7m34xzz3shdfxf2abxb069izak3yv3ijlg29qy4pfmyawkilfs")) + "0k7b22zq3z1kllzqxgwsvwb1lp0j6rjb3k1hvhna3i573wc4mpji")) (patches (search-patches "epiphany-update-libportal-usage.patch")))) (build-system meson-build-system) -- cgit v1.2.3