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


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium: Update to 101.0.4951.64-1.
Date: Thu, 12 May 2022 17:14:48 -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 7f7cc04208 gnu: ungoogled-chromium: Update to 101.0.4951.64-1.
7f7cc04208 is described below

commit 7f7cc042083a759f9b136761f8f9f95ed87563ed
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 12 14:38:18 2022 +0200

    gnu: ungoogled-chromium: Update to 101.0.4951.64-1.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 101.0.4951.64.
    (%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 25a4ef9dc2..f9fbf6b700 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -313,7 +313,7 @@
   ;; run the Blink performance tests, just remove everything to save ~70MiB.
   '("third_party/blink/perf_tests"))
 
-(define %chromium-version "101.0.4951.54")
+(define %chromium-version "101.0.4951.64")
 (define %ungoogled-revision (string-append %chromium-version "-1"))
 (define %debian-revision "debian/101.0.4951.41-2")
 
@@ -325,7 +325,7 @@
     (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
     (sha256
      (base32
-      "0zhzy7llqddvym992pwhkgqh2f6ywjqqg0bhahl6c0np95gzhpbs"))))
+      "0k7w6xvjf1yzyak9ywvcdw762d8zbx6d8haz35q87jz0mxfn2mr3"))))
 
 (define* (debian-patch name hash #:optional (revision %debian-revision))
   (origin
@@ -454,7 +454,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "1d808a7mvg0nd0mm20c1ny5kdvb2xvrs8vz4nnk456ix8pywcv62"))
+                "1xyqm32y9v1hn8ji6qfw6maynqgg3266j58dq4x4aqsm2gj9cn4w"))
               (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]