gnu: nyxt: Update to 3.9.2.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.9.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Andre A. Gomes 2023-11-14 00:53:25 +02:00 committed by Guillaume Le Vaillant
parent 0d55b7b06e
commit 8eed542ddd
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -586,7 +586,7 @@ (define-public vimb
(define-public nyxt
(package
(name "nyxt")
(version "3.9.1")
(version "3.9.2")
(source
(origin
(method git-fetch)
@ -595,7 +595,7 @@ (define-public nyxt
(commit version)))
(sha256
(base32
"1x7ia43yh024hwwsh2a6g2daznkzgjlisnxvjfcb9sgvfqfa368i"))
"1v85jn46d9vacjig6n9z797fch88fw6vzwbfdzlqdkm86vvm8dwn"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet