guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ba7b96dcd6cf15fbf5d35dee376a7742f650f63a
Author: Ian Eure <[email protected]>
AuthorDate: Fri Oct 31 16:13:57 2025 -0700

    gnu: firefox-l10n: Update to 19667931d63ae27d05ebb5701884a5b45ca89976.
    
    * gnu/packages/librewolf.scm (firefox-l10n): Update to 
19667931d63ae27d05ebb5701884a5b45ca89976.
    
    Change-Id: Icdab2dfb3629f5c3507c0a77892a207d00d7871e
---
 gnu/packages/librewolf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index f8800b1925..4cb460dfed 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -116,14 +116,14 @@
 (define computed-origin-method (@@ (guix packages) computed-origin-method))
 
 (define firefox-l10n
-  (let ((commit "bdeb012e9fb240df1e2f48c094b96c50d9fd31be"))
+  (let ((commit "19667931d63ae27d05ebb5701884a5b45ca89976"))
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/mozilla-l10n/firefox-l10n.git";)
             (commit commit)))
       (file-name (git-file-name "firefox-l10n" commit))
-      (sha256 (base32 
"0ra9y52vqvrq05r8wxbddbshsii43k2yg22b4p0w5z1kj5v2dpqf")))))
+      (sha256 (base32 
"076hh7f1qmm85v6h22m6wax9025ypjzrn3cwlxb0lc4rhdyrisx5")))))
 
 (define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n)
   (let* ((ff-src (firefox-source-origin

Reply via email to