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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new abd5648c14 gnu: librewolf: Update to 147.0.4-1.
abd5648c14 is described below

commit abd5648c14d077a1e005f7b3ddcf2f13075cc310
Author: moksh <[email protected]>
AuthorDate: Tue Feb 17 23:30:36 2026 +0530

    gnu: librewolf: Update to 147.0.4-1.
    
    contains fixes for:
    CVE-2026-2447: Heap buffer overflow in libvpx
    
    * gnu/packages/librewolf.scm (librewolf): Update to 147.0.4-1.
    
    Change-Id: I32fd2b71192434c53bf9f37b59632e2f64137191
    Signed-off-by: Ian Eure <[email protected]>
---
 gnu/packages/librewolf.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 312d28569a..5397560b5c 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -242,17 +242,17 @@
 ;; It's used for cache validation and therefore can lead to strange bugs.
 ;; ex: date '+%Y%m%d%H%M%S'
 ;; or: (format-time-string "%Y%m%d%H%M%S")
-(define %librewolf-build-id "20260207155122")
+(define %librewolf-build-id "20260217231334")
 
 (define-public librewolf
   (package
     (name "librewolf")
-    (version "147.0.3-2")
+    (version "147.0.4-1")
     (source
      (make-librewolf-source
       #:version version
-      #:firefox-hash "064w9nk928jydig31ph18k93ain152nabv6fgl3zz20sslb8m8xz"
-      #:librewolf-hash "06cl4i2cffkzmh5p3x68zay4m2shpzygywkssbzlh1rlsvwj8yqs"
+      #:firefox-hash "1xwl5vc7504gx15yj0kvrxn3k250sja22d8j6dyrhxxican441xw"
+      #:librewolf-hash "079i6xhsyimvrp302zy0h2phfykg881nvwri0wwi9hkk7p49imy5"
       #:l10n firefox-l10n))
     (build-system gnu-build-system)
     (arguments

Reply via email to