diff options
author | Marius Bakke <marius@gnu.org> | 2021-04-06 13:16:44 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-04-10 16:19:37 +0200 |
commit | b7bcd1ecfcbab2fd5d8559e1f6060be51778a5b7 (patch) | |
tree | 8eb25cc3138ad5f442d6d5281723f7ae1037d7be /gnu | |
parent | b749462ce7968263866e44a72be8741b629236bb (diff) | |
download | guix-b7bcd1ecfcbab2fd5d8559e1f6060be51778a5b7.tar.gz guix-b7bcd1ecfcbab2fd5d8559e1f6060be51778a5b7.zip |
gnu: ungoogled-chromium: Update to 89.0.4389.114-1.
* gnu/packages/chromium.scm (%ungoogled-revision): Set to 89.0.4389.114-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/chromium.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index de7c887061..42a13cdbcd 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -305,7 +305,7 @@ (string-append "ungoogled-chromium-" category "-" name)))) (sha256 (base32 hash)))) -(define %ungoogled-revision "89.0.4389.90-1") +(define %ungoogled-revision "89.0.4389.114-1") (define %debian-revision "debian/84.0.4147.105-1") (define %debian-patches @@ -325,7 +325,7 @@ %ungoogled-revision))) (sha256 (base32 - "0pr756d1b4wc67d61b21yszi7mx1hsjy14i44j0kvcwm05pgnf79")))) + "0cr2i51gxhgl55c8f9w0ra3m5q2dk03sf7p2qn4bqq1l1l72hw6s")))) (define %guix-patches (list (local-file @@ -466,7 +466,7 @@ ".tar.xz")) (sha256 (base32 - "16i7bgk2jbcqs2p28nk5mlf0k6wah594pcsfm8b154nxbyf0iihi")) + "007df9p78bbmk3iyfi8qn57mmn68qqrdhx6z8n2hl8ksd7lspw7j")) (modules '((guix build utils))) (snippet (force ungoogled-chromium-snippet)))) (build-system gnu-build-system) |