[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ungoogled-chromium: Update to 100.0.4896.127
From: |
guix-commits |
Subject: |
branch master updated: gnu: ungoogled-chromium: Update to 100.0.4896.127-1. |
Date: |
Wed, 20 Apr 2022 12:29:17 -0400 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8540c2d86c gnu: ungoogled-chromium: Update to 100.0.4896.127-1.
8540c2d86c is described below
commit 8540c2d86ca535ceb188c838cf1885de6f65c94f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Apr 20 18:25:58 2022 +0200
gnu: ungoogled-chromium: Update to 100.0.4896.127-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 100.0.4896.127-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
---
gnu/packages/chromium.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 7be36fafd3..8344dad3ed 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -312,7 +312,7 @@
;; run the Blink performance tests, just remove everything to save ~70MiB.
'("third_party/blink/perf_tests"))
-(define %chromium-version "100.0.4896.75")
+(define %chromium-version "100.0.4896.127")
(define %ungoogled-revision (string-append %chromium-version "-1"))
(define %debian-revision "debian/100.0.4896.60-1")
@@ -324,7 +324,7 @@
(file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
(sha256
(base32
- "0s31dclgk3x9302wr5yij77361bqam2sfki39p651gwysfizb73n"))))
+ "192kyhr0fa97csciv5kp496y9zwcsknwlrmdr4jic3rvv8ig1q9y"))))
(define* (debian-patch name hash #:optional (revision %debian-revision))
(origin
@@ -451,7 +451,7 @@
%chromium-version ".tar.xz"))
(sha256
(base32
- "1h60l1g340gvm4lz2lps6dqpvahpzn24hz47y2qvc6mavx9d6ki4"))
+ "0kgq38dy9mjyc44556i9gxhlsgd7dfvv1xi1ibk92b4p7i2y6427"))
(modules '((guix build utils)))
(snippet (force ungoogled-chromium-snippet))))
(build-system gnu-build-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ungoogled-chromium: Update to 100.0.4896.127-1.,
guix-commits <=