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 2daf76bb52 gnu: librewolf: Update to 139.0.1-1. 2daf76bb52 is described below commit 2daf76bb521aa7fad3520d854e0f69324f18867a Author: Ian Eure <i...@retrospec.tv> AuthorDate: Fri May 30 15:53:57 2025 -0700 gnu: librewolf: Update to 139.0.1-1. * gnu/packages/librewolf.scm (librewolf): Update to 139.0.1-1. Change-Id: I01da1fbf26f8875bdc066114a37e9f92b9d10459 --- gnu/packages/librewolf.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index ac98c431e5..022369fb5b 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -211,17 +211,18 @@ ;; Update this id with every update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. ;; ex: date '+%Y%m%d%H%M%S' -(define %librewolf-build-id "20250528102458") +;; or: (format-time-string "%Y%m%d%H%M%S") +(define %librewolf-build-id "20250530155236") (define-public librewolf (package (name "librewolf") - (version "139.0-1") + (version "139.0.1-1") (source (make-librewolf-source #:version version - #:firefox-hash "12si1538mdgmvkpsqkc42x7rdll7mmapkczx8vipp53qbwafgp4c" - #:librewolf-hash "1jva43idhsya00j871rpiv73b7ylnd9c88mjix8f3804922vs63n" + #:firefox-hash "1c4rnhqscmw3wyl2z6zfj4zc19fwvbbw309gwkl0v6ikwvlnwwav" + #:librewolf-hash "023dx0pl91glikfz5ca96qkc887cbp1hh1ab967w1q7jgnxhr8yy" #:l10n firefox-l10n)) (build-system gnu-build-system) (arguments