[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: uBlock Origin: Update to 1.35.2.
From: |
guix-commits |
Subject: |
01/14: gnu: uBlock Origin: Update to 1.35.2. |
Date: |
Wed, 5 May 2021 17:49:28 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a1cd01e6221ba00f04e7a17914ed2eb43ca0490d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 2 20:19:20 2021 +0200
gnu: uBlock Origin: Update to 1.35.2.
* gnu/packages/browser-extensions.scm (uassets): Update to f52147302.
(ublock-origin): Update to 1.35.2.
---
gnu/packages/browser-extensions.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/browser-extensions.scm
b/gnu/packages/browser-extensions.scm
index ae17421..a5f0472 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -49,7 +49,7 @@ supported content to the Kodi media center.")
(make-chromium-extension play-to-kodi))
(define uassets
- (let ((commit "edfb13aaeaa9c8f943834f0465e7afac4b56aa98"))
+ (let ((commit "f521473026f5f60cc753fa4a533af41badfc700e"))
(origin
(method git-fetch)
(uri (git-reference
@@ -58,12 +58,12 @@ supported content to the Kodi media center.")
(file-name (git-file-name "uAssets" (string-take commit 9)))
(sha256
(base32
- "0ivddccfblka5bzc9hxjl7ygv7g1pgy28w1cb43kipach8vh1alf")))))
+ "0ms0xxj6rcfkib33wjbki631wix17vvzr4m6z0phqmaj49bla4kz")))))
(define ublock-origin
(package
(name "ublock-origin")
- (version "1.35.0")
+ (version "1.35.2")
(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
- "07nlkrgwn1bcn5n2w7ik16ps12dckmjhn76qay6dz64f5754cgn3"))))
+ "0w4rfwgvkjvdfccxi9b4qhp0hylnd946diri19cp3fd72zkjlcky"))))
(build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium"))
(arguments
- branch master updated (1ca0a9a -> 2bb74d8), guix-commits, 2021/05/05
- 01/14: gnu: uBlock Origin: Update to 1.35.2.,
guix-commits <=
- 04/14: gnu: python-bcrypt: Update to 3.2.0., guix-commits, 2021/05/05
- 05/14: gnu: python-asgiref: Update to 3.3.4., guix-commits, 2021/05/05
- 06/14: gnu: python-netaddr: Update to 0.8.0., guix-commits, 2021/05/05
- 02/14: gnu: python-sqlparse: Update to 0.4.1., guix-commits, 2021/05/05
- 03/14: gnu: python-django-auth-ldap: Update to 2.4.0., guix-commits, 2021/05/05
- 07/14: gnu: python-cached-property: Update to 1.5.2., guix-commits, 2021/05/05
- 08/14: gnu: python-sqlparse: Remove unnecessary runtime dependencies., guix-commits, 2021/05/05
- 09/14: gnu: python-django-debug-toolbar: Update to 3.2.1., guix-commits, 2021/05/05
- 10/14: gnu: python-django-picklefield: Test with Django 2.2., guix-commits, 2021/05/05
- 11/14: gnu: python-djangorestframework: Update to 3.12.4., guix-commits, 2021/05/05