mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: firefox: Update to 137.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 137.0.1. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
d18387f467
commit
b4eac4c4f4
1 changed files with 3 additions and 3 deletions
|
@ -519,13 +519,13 @@ Release (ESR) version.")
|
||||||
|
|
||||||
;; Update this id with every firefox update to its release date.
|
;; Update this id with every firefox update to its release date.
|
||||||
;; It's used for cache validation and therefore can lead to strange bugs.
|
;; It's used for cache validation and therefore can lead to strange bugs.
|
||||||
(define %firefox-build-id "20250331082115")
|
(define %firefox-build-id "20250407191524")
|
||||||
|
|
||||||
(define-public firefox
|
(define-public firefox
|
||||||
(package
|
(package
|
||||||
(inherit firefox-esr)
|
(inherit firefox-esr)
|
||||||
(name "firefox")
|
(name "firefox")
|
||||||
(version "137.0")
|
(version "137.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -541,7 +541,7 @@ Release (ESR) version.")
|
||||||
"firefox-esr-compare-paths.patch"
|
"firefox-esr-compare-paths.patch"
|
||||||
"firefox-use-system-wide-dir.patch")))
|
"firefox-use-system-wide-dir.patch")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07d9rdxmp48gbk41y1c6gggzziv9aqdhjwgi6c0hrf6chcppxi0y"))))
|
(base32 "1r0b5vfhqkw5vgf7bb0ylcw4vlg9mpfj96n8whfppj8r5rhah788"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments firefox-esr)
|
(substitute-keyword-arguments (package-arguments firefox-esr)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue