[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71832] [PATCH v6 3/3] gnu: librewolf: Update to 129.0.1-1.
From: |
Ian Eure |
Subject: |
[bug#71832] [PATCH v6 3/3] gnu: librewolf: Update to 129.0.1-1. |
Date: |
Sat, 17 Aug 2024 12:32:40 -0700 |
* gnu/packages/librewolf.scm (librewolf): Update to 129.0.1-1.
Change-Id: Iefeff2ea7016e8d55313b55dd97179f80bcead1b
---
gnu/packages/librewolf.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 45fbb84e4f..c7487b1259 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -117,9 +117,9 @@ (define (librewolf-source-origin version hash)
(define computed-origin-method (@@ (guix packages) computed-origin-method))
(define librewolf-source
- (let* ((ff-src (firefox-source-origin "126.0.1"
"0fr679rcwshwpfxidc55b2xsn4pmrr7p9ix4rr2mv2k7kwsjcc7n"))
- (version "126.0.1-1")
- (lw-src (librewolf-source-origin version
"0cac80073vkzd85ai9rbnwixs1h9bpy4dj2ri6jxdlqsy5d663km")))
+ (let* ((ff-src (firefox-source-origin "129.0.1"
"0wy0fn0pavlhlkdybr59hhbn5ng0zn56mxa7gsknf8f2whiyipwx"))
+ (version "129.0.1-1")
+ (lw-src (librewolf-source-origin version
"0pvv3v23q31hdjvqi1f3cqfyjrb8dbrrbfwxj2wacak1g0mzbxf4")))
(origin
(method computed-origin-method)
@@ -215,12 +215,12 @@ (define rust-librewolf rust) ; 1.75 is the default in
Guix, 1.65 is the minimum.
;; 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 "20240607212143")
+(define %librewolf-build-id "20240817075827")
(define-public librewolf
(package
(name "librewolf")
- (version "126.0.1-1")
+ (version "129.0.1-1")
(source librewolf-source)
(build-system gnu-build-system)
(arguments
@@ -691,7 +691,7 @@ (define (runpaths-of-input label)
mesa
mit-krb5
nspr
- nss/fixed
+ nss-rapid
pango
pciutils
pipewire
--
2.45.2
[bug#71832] [PATCH v6 1/3] gnu: gnuzilla: Add skr to all-mozilla-locales., Ian Eure, 2024/08/17
[bug#71832] [PATCH v6 3/3] gnu: librewolf: Update to 129.0.1-1.,
Ian Eure <=
[bug#71832] [PATCH v6 0/3] [SECURITY] Update LibreWolf to 129.0.1-1; add nss-rapid, Vagrant Cascadian, 2024/08/17