[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.
From: |
guix-commits |
Subject: |
02/02: gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907. |
Date: |
Thu, 13 May 2021 07:00:29 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 4daea80027626c91f20e7caeb2d15d4b6ab7ab83
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 13 12:36:16 2021 +0200
gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.
* gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212.
(ungoogled-chromium): Update hash.
---
gnu/packages/chromium.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index ea7b242..f06767f 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -320,7 +320,7 @@
(string-append "ungoogled-chromium-" category "-" name))))
(sha256 (base32 hash))))
-(define %chromium-version "90.0.4430.93")
+(define %chromium-version "90.0.4430.212")
(define %debian-revision "debian/90.0.4430.85-1")
(define %ungoogled-revision "90.0.4430.85-1-11-g3184907")
@@ -481,7 +481,7 @@
%chromium-version ".tar.xz"))
(sha256
(base32
- "0zimr975vp0v12zz1nqjwag3f0q147wrmdhpzgi4yf089rgwfbjk"))
+ "17nmhrkl81qqvzbh861k2mmifncx4wg1mv1fmn52f8gzn461vqdb"))
(modules '((guix build utils)))
(snippet (force ungoogled-chromium-snippet))))
(build-system gnu-build-system)