mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: librewolf: Update to 133.0.3-1.
Upstream bugfix release. There were no 133.0.1 or .2 Firefox releases, 133.0.3 follows 133.0. This is straightforward update, other than switching from gzip to pigz, which is a LibreWolf upstream change. * gnu/packages/librewolf.scm (librewolf): Update to 133.0.3-1. Change-Id: I40d305f16bd5a7b55f0d40a3e8885abd2cf2de0a
This commit is contained in:
parent
19d57924d7
commit
8d49d1f44a
1 changed files with 5 additions and 5 deletions
|
@ -154,7 +154,7 @@ (define* (make-librewolf-source #:key version firefox-hash librewolf-hash)
|
|||
#+(canonical-package xz)
|
||||
#+(canonical-package sed)
|
||||
#+(canonical-package grep)
|
||||
#+(canonical-package gzip)
|
||||
#+(canonical-package pigz)
|
||||
#+(canonical-package tar)))
|
||||
(set-path-environment-variable
|
||||
"PYTHONPATH"
|
||||
|
@ -203,17 +203,17 @@ (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 "20241130102406")
|
||||
(define %librewolf-build-id "20241215105141")
|
||||
|
||||
(define-public librewolf
|
||||
(package
|
||||
(name "librewolf")
|
||||
(version "133.0-1")
|
||||
(version "133.0.3-1")
|
||||
(source
|
||||
(make-librewolf-source
|
||||
#:version version
|
||||
#:firefox-hash "0q6cqfnwc2x09frdvsndmhck8ixrnbl281j9rqw5w8bd7fd2qas9"
|
||||
#:librewolf-hash "1xf7gx3xm3c7dhch9gwpb0xp11lcyim1nrbm8sjljxdcs7iq9jy4"))
|
||||
#:firefox-hash "06ya18ma1gndci0aygz75hidn3kwa1kji78g8smh7fq0091aad7i"
|
||||
#:librewolf-hash "05mlqqcvsa84h3nagm51hwsxkxsbcn2676fj4bih37ddlgkylf3b"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue