guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: uBlock Origin: Update to 1.41.4.


From: guix-commits
Subject: 02/02: gnu: uBlock Origin: Update to 1.41.4.
Date: Wed, 16 Feb 2022 17:05:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 755c7c80825c150b5a8b38072bcfb78699f2fbf2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Feb 16 22:57:55 2022 +0100

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

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index 84c528fad5..3f9c3bf782 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -51,7 +51,7 @@ supported content to the Kodi media center.")
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.41.2")
+    (version "1.41.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
-                "0ga8yj2zkyngah0li3la3gslhjdayp0barch5w3y2jp9i14df9k2"))))
+                "00475agnqx9qx5xvq9b1ii2ka5i0cl4b8w6qf6dd3g11ls3dv3mz"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (arguments



reply via email to

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