guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ungoogled-chromium: Update to 88.0.4324.182-0.b98f2d5.


From: guix-commits
Subject: 01/03: gnu: ungoogled-chromium: Update to 88.0.4324.182-0.b98f2d5.
Date: Sun, 21 Feb 2021 15:42:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a58f9966a50b6cb558fa57b369a5b16de02af255
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 21 16:22:57 2021 +0100

    gnu: ungoogled-chromium: Update to 88.0.4324.182-0.b98f2d5.
    
    * gnu/packages/chromium.scm (%chromium-version): Set to -88.0.4324.182.
    (%ungoogled-revision): Set to 27c9e9fabd38001b32d148f7b3f99b4d31e67277.
    (%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 cf4b57a..f9ca357 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -310,8 +310,8 @@
                   (string-append "ungoogled-chromium-" category "-" name))))
     (sha256 (base32 hash))))
 
-(define %chromium-version "88.0.4324.150")
-(define %ungoogled-revision "f7c33ded1674556b6e9e72d597c706666f490da8")
+(define %chromium-version "88.0.4324.182")
+(define %ungoogled-revision "b98f2d51406c84a75df96f0da9dee3c0d790963d")
 (define %debian-revision "debian/84.0.4147.105-1")
 
 (define %debian-patches
@@ -329,7 +329,7 @@
                               (string-take %ungoogled-revision 7)))
     (sha256
      (base32
-      "0hzap19pbnfcskpzbqq7dqrankmlrq9q7m1xrf7aygqiir0ksp4y"))))
+      "1c9y1dn9s06pskkjw2r8lsbplak8m2rwh4drixvjpif7b4cgdhay"))))
 
 (define %guix-patches
   (list (local-file
@@ -467,7 +467,7 @@
                                   %chromium-version ".tar.xz"))
               (sha256
                (base32
-                "1hrqrggg4g1hjmaajbpydwsij2mfkfj5ccs1lj76nv4qj91yj4mf"))
+                "10av060ix6lgsvv99lyvyy03r0m3zwdg4hddbi6dycrdxk1iyh9h"))
               (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]