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 108.0.5359.94-


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 108.0.5359.94-1.
Date: Sat, 03 Dec 2022 08:32:40 -0500

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 c3713d53e0 gnu: ungoogled-chromium: Update to 108.0.5359.94-1.
c3713d53e0 is described below

commit c3713d53e0bdf1186e08880b9e0ae6dd85f55fc4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 3 13:31:40 2022 +0100

    gnu: ungoogled-chromium: Update to 108.0.5359.94-1.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.94.
    (%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 837a2a7593..7ef5104006 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -317,7 +317,7 @@
   ;; run the Blink performance tests, just remove everything to save ~70MiB.
   '("third_party/blink/perf_tests"))
 
-(define %chromium-version "108.0.5359.71")
+(define %chromium-version "108.0.5359.94")
 (define %ungoogled-revision (string-append %chromium-version "-1"))
 (define %debian-revision "debian/102.0.5005.61-1")
 (define %arch-revision "4de5019014aeb77187a517c5ca6db8723d622a40")
@@ -330,7 +330,7 @@
     (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
     (sha256
      (base32
-      "1309rz06s7fw9p7h5968nk23rbsyfhqm5znqrw6nh24qdbg6z3zx"))))
+      "0hlrcp34cf6m8c7100m8xr99s02ch0vmkgwl9pqkrinaghh29kgn"))))
 
 (define %debian-origin
   (origin
@@ -496,7 +496,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "0pgzf6xrd71is1dld1arhq366vjp8p54x75zyx6y7vcjqj0a0v6b"))
+                "1zmndi4q9x8fyixwl1mp5qyf883x9xafq7ipzf9vk9d8h62521q6"))
               (modules '((guix build utils)))
               (snippet (force ungoogled-chromium-snippet))))
     (build-system gnu-build-system)



reply via email to

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