guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ublock-origin: Update to 1.53.2.


From: guix-commits
Subject: branch master updated: gnu: ublock-origin: Update to 1.53.2.
Date: Fri, 10 Nov 2023 06:04:53 -0500

This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bb3ab24a29 gnu: ublock-origin: Update to 1.53.2.
bb3ab24a29 is described below

commit bb3ab24a296ffa5273b2e82a02ed057e90c095f3
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Fri Nov 10 11:53:34 2023 +0100

    gnu: ublock-origin: Update to 1.53.2.
    
    * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.53.2.
    (ublock-main-assets): Update to d93605b8584df8cd47bcc91b3d932feecd9e3a2a.
    (ublock-prod-assets): Update to 1d3df32ef6672763f44b27a95fd5cb3b5770d5e2.
    
    Change-Id: Ifd853835137ad7be5a0322d6a8e438f23e7ecb09
---
 gnu/packages/browser-extensions.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index 45ba4c97bb..21c519eda3 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -57,7 +57,7 @@ supported content to the Kodi media center.")
   ;; Arbitrary commit of branch master,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-main-assets")
-         (commit "d573d4db0bccb3f99fa8845c2b1dcb79103007d3")
+         (commit "d93605b8584df8cd47bcc91b3d932feecd9e3a2a")
          (revision "1")
          (version (git-version "0" revision commit)))
     (origin
@@ -67,13 +67,13 @@ supported content to the Kodi media center.")
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "0plw2d9h0by5bhnvz3i8vi3jm1bpqdz5gkbwi7qmzh1ajivjs8li")))))
+       (base32 "1bbwxmb5rb1afh6i5a7m1ysaw0022wi5g091vpahi4h805p1s7a2")))))
 
 (define ublock-prod-assets
   ;; Arbitrary commit of branch gh-pages,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-prod-assets")
-         (commit "c7cfd8fb7e4ea07051f55f370d504c78e6a8e023")
+         (commit "1d3df32ef6672763f44b27a95fd5cb3b5770d5e2")
          (revision "1")
          (version (git-version "0" revision commit)))
     (origin
@@ -83,12 +83,12 @@ supported content to the Kodi media center.")
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1my7inaqzr57k6r65rr9k3r1msxpq2svgd2lvg72i3xii1gy3l8r")))))
+       (base32 "1cbx7w1nzdcjq0z4z7j9nr8922i27nslprrw5dy03xcdqwc3x4l6")))))
 
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.53.0")
+    (version "1.53.2")
     (home-page "https://github.com/gorhill/uBlock";)
     (source (origin
               (method git-fetch)
@@ -98,7 +98,7 @@ supported content to the Kodi media center.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1l4fz1a0q7g4w8is2dwd5dcksgi0gpabyib2nwdy6dcyzd782a6h"))))
+                "0mz1k5ghyc25v51md02qx7chrbg4cxagvqi18bcbs4agq8ix6sp7"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (properties '((addon-id . "uBlock0@raymondhill.net")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]