guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ungoogled-chromium: Update to 91.0.4472.101-0.bd0ffd1.


From: guix-commits
Subject: 02/06: gnu: ungoogled-chromium: Update to 91.0.4472.101-0.bd0ffd1.
Date: Sun, 13 Jun 2021 09:41:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2b315ebfb97b8819f73d9c986cc73d729f30b5a5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 13 14:47:04 2021 +0200

    gnu: ungoogled-chromium: Update to 91.0.4472.101-0.bd0ffd1.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 91.0.4472.101.
    (%ungoogled-revision): Set to 91.0.4472.101-1-2-gbd0ffd1.
    (%ungoogled-origin, ungoogled-chromium): Update hashes.
---
 gnu/packages/chromium.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 6a98867..35d67dd 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -322,11 +322,11 @@
                   (string-append "ungoogled-chromium-" category "-" name))))
     (sha256 (base32 hash))))
 
-(define %chromium-version "91.0.4472.77")
+(define %chromium-version "91.0.4472.101")
 (define %debian-revision "debian/90.0.4430.85-1")
 ;; Note: use 'git describe --long' even for exact tags to placate the
 ;; custom version format for ungoogled-chromium.
-(define %ungoogled-revision "91.0.4472.77-1-0-g6802c88")
+(define %ungoogled-revision "91.0.4472.101-1-2-gbd0ffd1")
 
 (define %debian-patches
   (list (debian-patch "fixes/nomerge.patch"
@@ -346,7 +346,7 @@
     (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
     (sha256
      (base32
-      "1jfmmkw1y4rcjfgsm7b4v2lrgd3sks5qpajvq0djflbhkpsqxfk0"))))
+      "0676wkk1zlccwwwk4hi8ifhrk2x5s66fi0amsj30b7lnydzwpfv9"))))
 
 (define %guix-patches
   (list (local-file
@@ -488,7 +488,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "0c8vj3gq3nmb7ssiwj6875g0a8hcprss1a4gqw9h7llqywza9ma5"))
+                "1d3y621iclkq6nvxrapk5aihv50x13hjha0c2gcp2xxfma96253q"))
               (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]