guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ungoogled-chromium: Update to 106.0.5249.103-1.


From: guix-commits
Subject: 01/02: gnu: ungoogled-chromium: Update to 106.0.5249.103-1.
Date: Wed, 12 Oct 2022 05:10:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2d2afb4cf300797b44184c00ff4ddebea47a00af
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 12 10:46:15 2022 +0200

    gnu: ungoogled-chromium: Update to 106.0.5249.103-1.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.103.
    (%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 0559f60c5f..c847e4cac2 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -319,7 +319,7 @@
   ;; run the Blink performance tests, just remove everything to save ~70MiB.
   '("third_party/blink/perf_tests"))
 
-(define %chromium-version "106.0.5249.91")
+(define %chromium-version "106.0.5249.103")
 (define %ungoogled-revision (string-append %chromium-version "-1"))
 (define %debian-revision "debian/102.0.5005.61-1")
 (define %arch-revision "6afedb08139b97089ce8ef720ece5cd14c83948c")
@@ -332,7 +332,7 @@
     (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
     (sha256
      (base32
-      "1cih72ay2gr9xjwwa8iw0wmpmfs4xm4200c4z04v7vi9sxadxnrd"))))
+      "00acfq9hsdjqqlxddr9lr45l4372mpqxj717qpf78z8iyrccjm23"))))
 
 (define %debian-origin
   (origin
@@ -516,7 +516,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "16jlwzlfqdhhyajsxxrdfcqmh76ds8g1w4xd5mz3bdbd81mljh2p"))
+                "0k2f3hc6mdmwzw9zzwcv6pnpibdz47a3xxkhfcvdki5gbag6cpr2"))
               (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]