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

Previous Next

Package: guix-patches;

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

Date: Wed, 7 Aug 2024 00:10:01 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 72502 in the body.
You can then email your comments to 72502 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#72502; Package guix-patches. (Wed, 07 Aug 2024 00:10:01 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, 07 Aug 2024 00:10:01 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.59.0.
Date: Tue,  6 Aug 2024 21:08:37 -0300
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.59.0.
(ublock-main-assets): Update to f44ac328b718bab3118f759880128fe420afb906.
(ublock-prod-assets): Update to a1409d83d46d49b6cd5c40ec956cc7acdff481ef.

Change-Id: 13800bb523e2b652375c674dc95249837f763743
---
 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 9b0f7ac21f..8de3d4d747 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 "fd83ae724c8851e3d494863169a959f3e1b84e3a")
+         (commit "f44ac328b718bab3118f759880128fe420afb906")
          (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 "0rinh6cyxq4mlkr61g7imhpb2wmr2kfzzhfmpimqcl64y8imm67l")))))
+       (base32 "06rglm8fl44aazpdpc9616fncfbkqy0hj945afrkihpk3fpwgxjy")))))
 
 (define ublock-prod-assets
   ;; Arbitrary commit of branch gh-pages,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-prod-assets")
-         (commit "b81083649f704db63c55f08f3a1ac0972ac244ed")
+         (commit "a1409d83d46d49b6cd5c40ec956cc7acdff481ef")
          (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 "16bkrrr1lf9j6ka00v9987hm01flvlwfag78j0f7l7jp4hkidvm3")))))
+       (base32 "07ih6gxnv3q3cbxlaw9yk4l08v4qli3wri9rgfb6ick2wd4xp89d")))))
 
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.58.0")
+    (version "1.59.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
-                "0q8rm4l3gdgy1j2x0kmsfs9i1vyvr7glsxjjz3ikxy6hcnv6sd4m"))))
+                "0d050fbfpja3hw0ap09bdlnqnr3vbwsjmkrpdkdp4861x8y5gbsf"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (properties '((addon-id . "uBlock0 <at> raymondhill.net")))

base-commit: 856492962773434281814e42209e97e153357e2c
-- 
2.45.2





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 11 Aug 2024 10:43:02 GMT) Full text and rfc822 format available.

Notification sent to André Batista <nandre <at> riseup.net>:
bug acknowledged by developer. (Sun, 11 Aug 2024 10:43:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: André Batista <nandre <at> riseup.net>
Cc: 72502-done <at> debbugs.gnu.org
Subject: Re: [bug#72502] [PATCH] gnu: ublock-origin: Update to 1.59.0.
Date: Sun, 11 Aug 2024 11:41:32 +0100
[Message part 1 (text/plain, inline)]
André Batista <nandre <at> riseup.net> writes:

> * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.59.0.
> (ublock-main-assets): Update to f44ac328b718bab3118f759880128fe420afb906.
> (ublock-prod-assets): Update to a1409d83d46d49b6cd5c40ec956cc7acdff481ef.
>
> Change-Id: 13800bb523e2b652375c674dc95249837f763743
> ---
>  gnu/packages/browser-extensions.scm | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Thanks, I've pushed this to master as
fe463396d2492919bb2c59d028a3f1c22187c67d.q

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, 08 Sep 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 284 days ago.

Previous Next


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