summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-17 14:03:20 -0500
committerLeo Famulari <leo@famulari.name>2022-01-17 14:09:06 -0500
commiteb8eb60eef3f4c48698699949b1c85322694a491 (patch)
treef918816d591e1cc3c671cd27d2c2fb5a86a79a5d
parent93d3a2b23cb264ae95e4478c28e3abd9ddcadd2d (diff)
downloadguix-patches-eb8eb60eef3f4c48698699949b1c85322694a491.tar
guix-patches-eb8eb60eef3f4c48698699949b1c85322694a491.tar.gz
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.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
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)