mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: ungoogled-chromium: Update to 91.0.4472.164-0.a9eb6fd.
* gnu/packages/chromium.scm (%chromium-version): Set to 91.0.4472.164. (ungoogled-chromium): Update hash.
This commit is contained in:
parent
4933641bb1
commit
550eca2a7b
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ (define* (debian-patch name hash #:optional (revision %debian-revision))
|
||||||
(string-append "ungoogled-chromium-" category "-" name))))
|
(string-append "ungoogled-chromium-" category "-" name))))
|
||||||
(sha256 (base32 hash))))
|
(sha256 (base32 hash))))
|
||||||
|
|
||||||
(define %chromium-version "91.0.4472.114")
|
(define %chromium-version "91.0.4472.164")
|
||||||
(define %debian-revision "debian/90.0.4430.85-1")
|
(define %debian-revision "debian/90.0.4430.85-1")
|
||||||
;; Note: use 'git describe --long' even for exact tags to placate the
|
;; Note: use 'git describe --long' even for exact tags to placate the
|
||||||
;; custom version format for ungoogled-chromium.
|
;; custom version format for ungoogled-chromium.
|
||||||
|
@ -488,7 +488,7 @@ (define-public ungoogled-chromium
|
||||||
%chromium-version ".tar.xz"))
|
%chromium-version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wbyiwbdazgjjgj9vs56x26q3g9r80a57gfl0f2rfl1j7xwgxiy1"))
|
"1g96hk72ds2b0aymgw7yjr0akgx7mkp17i99nk511ncnmni6zrc4"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet (force ungoogled-chromium-snippet))))
|
(snippet (force ungoogled-chromium-snippet))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue