guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: uBlock Origin: Update to 1.41.2.


From: guix-commits
Subject: 07/07: gnu: uBlock Origin: Update to 1.41.2.
Date: Fri, 11 Feb 2022 18:00:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 068d99978a0c9c6fb66f95455060c8d08ba55ac5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Feb 11 22:36:10 2022 +0100

    gnu: uBlock Origin: Update to 1.41.2.
    
    * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.
---
 gnu/packages/browser-extensions.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index eaf67a8ea0..84c528fad5 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -51,16 +51,18 @@ supported content to the Kodi media center.")
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.40.8")
+    (version "1.41.2")
     (home-page "https://github.com/gorhill/uBlock";)
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page) (commit version)
+                                  ;; Also fetch the tightly coupled
+                                  ;; "uAssets" submodule.
                                   (recursive? #t)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17pywblp87npj5z3zyvy9rmllnxhm916fnfyyfbvfbczswkbp78s"))))
+                "0ga8yj2zkyngah0li3la3gslhjdayp0barch5w3y2jp9i14df9k2"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (arguments



reply via email to

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