1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: uBlock Origin: Update to 1.42.4.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.42.4.
This commit is contained in:
Marius Bakke
2022-04-07 18:03:02 +02:00
parent 0b3f52051b
commit cee03495bf

View File

@@ -51,7 +51,7 @@ supported content to the Kodi media center.")
(define ublock-origin
(package
(name "ublock-origin")
(version "1.41.6")
(version "1.42.4")
(home-page "https://github.com/gorhill/uBlock")
(source (origin
(method git-fetch)
@@ -62,7 +62,7 @@ supported content to the Kodi media center.")
(file-name (git-file-name name version))
(sha256
(base32
"05flr4jksa3l4cwi0fgkzmzn46rg5znaqd73615lwnxmnpr4va9d"))))
"1is55pxnlylcr1pfigwgfn7kcx1rapy1cafdh6g83bdhscgh75g3"))))
(build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium"))
(arguments