guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: uBlock Origin: Update to 1.41.6.


From: guix-commits
Subject: branch master updated: gnu: uBlock Origin: Update to 1.41.6.
Date: Sat, 19 Feb 2022 05:10:11 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10d707111b gnu: uBlock Origin: Update to 1.41.6.
10d707111b is described below

commit 10d707111be1cfdea683f01b35e7702c746e2c46
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Feb 19 11:02:55 2022 +0100

    gnu: uBlock Origin: Update to 1.41.6.
    
    * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.6.
---
 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 3f9c3bf782..1ec19c003c 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.4")
+    (version "1.41.6")
     (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
-                "00475agnqx9qx5xvq9b1ii2ka5i0cl4b8w6qf6dd3g11ls3dv3mz"))))
+                "05flr4jksa3l4cwi0fgkzmzn46rg5znaqd73615lwnxmnpr4va9d"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (arguments



reply via email to

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