guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: ungoogled-chromium: Update to 105.0.5195.125-1.


From: guix-commits
Subject: 04/07: gnu: ungoogled-chromium: Update to 105.0.5195.125-1.
Date: Wed, 14 Sep 2022 15:09:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 71d7694de446fd126fcd58ac9e4e875612261f2c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Sep 14 13:20:25 2022 +0200

    gnu: ungoogled-chromium: Update to 105.0.5195.125-1.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 105.0.5195.125-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 16c47be17b..77c51a00c6 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 "105.0.5195.102")
+(define %chromium-version "105.0.5195.125")
 (define %ungoogled-revision (string-append %chromium-version "-1"))
 (define %debian-revision "debian/102.0.5005.61-1")
 
@@ -329,7 +329,7 @@
     (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
     (sha256
      (base32
-      "17n06lqzbz19a3fdqbv5wj7s6v3rc0bfshdz8syw0k2gkw3x6ivc"))))
+      "0k16wma9lj9q34xgz377nasnfzcw7wi73l91r41yilvgb3l2fgw8"))))
 
 (define %debian-origin
   (origin
@@ -506,7 +506,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "0qlj6s182d4nv0g76r0pcr1rvvh74pngcv79ml3cbqsir4khbfhw"))
+                "0rhay46fnfffqcpk6c856hj414508fmhda600lz5whcacr25q6r0"))
               (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]