me
/
guix
Archived
1
0
Fork 0

gnu: Epiphany: Use the correct hash for Epiphany 41.2.

This hash was updated correctly in commit
291c4fa0ba, 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.
Leo Famulari 2022-01-17 14:03:20 -05:00
parent 93d3a2b23c
commit eb8eb60eef
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -6784,7 +6784,7 @@ a secret password store, an adblocker, and a modern UI.")
"epiphany-" version ".tar.xz")) "epiphany-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0r7m34xzz3shdfxf2abxb069izak3yv3ijlg29qy4pfmyawkilfs")) "0k7b22zq3z1kllzqxgwsvwb1lp0j6rjb3k1hvhna3i573wc4mpji"))
(patches (patches
(search-patches "epiphany-update-libportal-usage.patch")))) (search-patches "epiphany-update-libportal-usage.patch"))))
(build-system meson-build-system) (build-system meson-build-system)