guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ungoogled-chromium: Update to 102.0.5005.61-


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 102.0.5005.61-3.
Date: Tue, 31 May 2022 14:08:32 -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 be85c4d40f gnu: ungoogled-chromium: Update to 102.0.5005.61-3.
be85c4d40f is described below

commit be85c4d40fdbc72dba2ac1ed5f381f6da43d83ba
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue May 31 19:53:32 2022 +0200

    gnu: ungoogled-chromium: Update to 102.0.5005.61-3.
    
    * gnu/packages/chromium.scm (%ungoogled-revision): Bump to latest.
    (%ungoogled-origin): 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 4c62acd2b5..5936ab23c3 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -313,7 +313,7 @@
   '("third_party/blink/perf_tests"))
 
 (define %chromium-version "102.0.5005.61")
-(define %ungoogled-revision (string-append %chromium-version "-1"))
+(define %ungoogled-revision (string-append %chromium-version "-3"))
 (define %debian-revision "debian/102.0.5005.61-1")
 
 (define %ungoogled-origin
@@ -324,7 +324,7 @@
     (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
     (sha256
      (base32
-      "1hlyi6k894blkkqmqsizx72bag2vj6wlpza0fvi8db5wp6i5b58g"))))
+      "19i4ygxjm503dmck3bdqv3fcpda3dp9wr7z306pi6i1k989rbs8l"))))
 
 (define %debian-origin
   (origin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]