summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-02-11 22:36:10 +0100
committerMarius Bakke <marius@gnu.org>2022-02-11 23:54:31 +0100
commit068d99978a0c9c6fb66f95455060c8d08ba55ac5 (patch)
tree2775d08badb272d133369802a9acf812c24a536e
parentc71dca05cfc2915e658f6b4db49dc794a1836bb0 (diff)
downloadguix-patches-068d99978a0c9c6fb66f95455060c8d08ba55ac5.tar
guix-patches-068d99978a0c9c6fb66f95455060c8d08ba55ac5.tar.gz
gnu: uBlock Origin: Update to 1.41.2.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.
-rw-r--r--gnu/packages/browser-extensions.scm6
1 files 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