mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: uBlock Origin: Update to 1.44.0.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.44.0.
This commit is contained in:
parent
29ba3898f9
commit
712b931d50
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ (define-public play-to-kodi/chromium
|
|||
(define ublock-origin
|
||||
(package
|
||||
(name "ublock-origin")
|
||||
(version "1.43.0")
|
||||
(version "1.44.0")
|
||||
(home-page "https://github.com/gorhill/uBlock")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -62,7 +62,7 @@ (define ublock-origin
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0w0by41v1s1cbd3bfjlb7kxr2bl6r5z3jvizlx02x14hqlppma9k"))))
|
||||
"0sws7xd8nvxnzcyw92i9sc5xv3hpqw1kzdj9vm8bhfxlh042l7ly"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("xpi" "firefox" "chromium"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue