3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ublock-origin: Update to 1.31.0.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.31.0.
This commit is contained in:
Marius Bakke 2020-11-18 21:28:32 +01:00
parent 5a717c5526
commit bcb8a8a6d6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -63,7 +63,7 @@ supported content to the Kodi media center.")
(define ublock-origin
(package
(name "ublock-origin")
(version "1.30.6")
(version "1.31.0")
(home-page "https://github.com/gorhill/uBlock")
(source (origin
(method git-fetch)
@ -71,7 +71,7 @@ supported content to the Kodi media center.")
(file-name (git-file-name name version))
(sha256
(base32
"10arx4r4s8125g9zlh3bcjpcb4qh2wzfmvqc2x8nly5fbxvxvns3"))))
"1wfg1g061l83fqwllp8q1jr1kvwxy2kbbzfk6ynlf18kjng9v3h5"))))
(build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium"))
(arguments