guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ungoogled-chromium: Update to 91.0.4472.106-0.bd0ffd1.


From: guix-commits
Subject: 02/03: gnu: ungoogled-chromium: Update to 91.0.4472.106-0.bd0ffd1.
Date: Wed, 16 Jun 2021 13:15:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 64fea6b49d7529d463603ad1586451231372dba6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 16 18:28:14 2021 +0200

    gnu: ungoogled-chromium: Update to 91.0.4472.106-0.bd0ffd1.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to 91.0.4472.106.
    (ungoogled-chromium)[source]: Update checksum.
---
 gnu/packages/chromium.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 35d67dd..8d7326e 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -322,7 +322,7 @@
                   (string-append "ungoogled-chromium-" category "-" name))))
     (sha256 (base32 hash))))
 
-(define %chromium-version "91.0.4472.101")
+(define %chromium-version "91.0.4472.106")
 (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.
@@ -488,7 +488,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "1d3y621iclkq6nvxrapk5aihv50x13hjha0c2gcp2xxfma96253q"))
+                "1fxy1l2dl0f6v8566lykcng18ma6fv4nlwxmdb0hh06fgp6khpjl"))
               (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]