GNU bug report logs - #71526
[PATCH] gnu: ublock-origin: Update to 1.58.0.

Previous Next

Package: guix-patches;

Reported by: André Batista <nandre <at> riseup.net>

Date: Wed, 12 Jun 2024 19:32:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71526 in the body.
You can then email your comments to 71526 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71526; Package guix-patches. (Wed, 12 Jun 2024 19:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to André Batista <nandre <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 12 Jun 2024 19:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: André Batista <nandre <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [PATCH] gnu: ublock-origin: Update to 1.58.0.
Date: Wed, 12 Jun 2024 16:30:36 -0300
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.58.0.
(ublock-main-assets): Update to fd83ae724c8851e3d494863169a959f3e1b84e3a.
(ublock-prod-assets): Update to b81083649f704db63c55f08f3a1ac0972ac244ed.
---
 gnu/packages/browser-extensions.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm
index 96b68bf83e..0d6d347d94 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -58,7 +58,7 @@ (define ublock-main-assets
   ;; Arbitrary commit of branch master,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-main-assets")
-         (commit "1cfeef15ac031cf8ea144c7b8c7b6693fcd35664")
+         (commit "fd83ae724c8851e3d494863169a959f3e1b84e3a")
          (revision "2")
          (version (git-version "0" revision commit)))
     (origin
@@ -68,13 +68,13 @@ (define ublock-main-assets
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "0lglvynr5ap0yd4mshvj40q62vicn1rv0z661pvm134cddimz4fb")))))
+       (base32 "0rinh6cyxq4mlkr61g7imhpb2wmr2kfzzhfmpimqcl64y8imm67l")))))
 
 (define ublock-prod-assets
   ;; Arbitrary commit of branch gh-pages,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-prod-assets")
-         (commit "17d534c817bd543bbb5be48113edefcec43bbcc9")
+         (commit "b81083649f704db63c55f08f3a1ac0972ac244ed")
          (revision "2")
          (version (git-version "0" revision commit)))
     (origin
@@ -84,12 +84,12 @@ (define ublock-prod-assets
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1iv5vqpd8bmbdp8d4d6lgrg03x23qdfalxpzxlnzx55b1wz5aagr")))))
+       (base32 "16bkrrr1lf9j6ka00v9987hm01flvlwfag78j0f7l7jp4hkidvm3")))))
 
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.57.2")
+    (version "1.58.0")
     (home-page "https://github.com/gorhill/uBlock")
     (source (origin
               (method git-fetch)
@@ -99,7 +99,7 @@ (define ublock-origin
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "168j7if0wnxk54rikd3a7y1asmm6xgl42bsnsvj9m44sayrfdinn"))))
+                "0q8rm4l3gdgy1j2x0kmsfs9i1vyvr7glsxjjz3ikxy6hcnv6sd4m"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (properties '((addon-id . "uBlock0 <at> raymondhill.net")))

base-commit: 9b851ade18bc00dc42607b3fcaf26c923d47c2eb
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 15 Jun 2024 17:04:03 GMT) Full text and rfc822 format available.

Notification sent to André Batista <nandre <at> riseup.net>:
bug acknowledged by developer. (Sat, 15 Jun 2024 17:04:04 GMT) Full text and rfc822 format available.

Message #10 received at 71526-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: André Batista <nandre <at> riseup.net>
Cc: 71526-done <at> debbugs.gnu.org
Subject: Re: [bug#71526] [PATCH] gnu: ublock-origin: Update to 1.58.0.
Date: Sat, 15 Jun 2024 18:03:11 +0100
[Message part 1 (text/plain, inline)]
André Batista <nandre <at> riseup.net> writes:

> * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.58.0.
> (ublock-main-assets): Update to fd83ae724c8851e3d494863169a959f3e1b84e3a.
> (ublock-prod-assets): Update to b81083649f704db63c55f08f3a1ac0972ac244ed.
> ---
>  gnu/packages/browser-extensions.scm | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Thanks for the patch, I've pushed this to master as
a4ea63f03172b54c313a387fcb9fb6d126cbd059.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 14 Jul 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 342 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.