gnu: nyxt: Update to 3.9.1.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I8c8fadb197477566f1faea199cbe9ed8d25d9847
This commit is contained in:
Andre A. Gomes 2023-10-23 23:33:18 +03:00 committed by Guillaume Le Vaillant
parent 8ea21f7c91
commit d22d2a05c3
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 (define-public nyxt
(package (package
(name "nyxt") (name "nyxt")
(version "3.9.0") (version "3.9.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -595,7 +595,7 @@ (define-public nyxt
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"1nbj3nv9bb6gngkd3xdcz5wxpb9j3yh8gcskrb7hbbj4849h16kd")) "1x7ia43yh024hwwsh2a6g2daznkzgjlisnxvjfcb9sgvfqfa368i"))
(file-name (git-file-name "nyxt" version)) (file-name (git-file-name "nyxt" version))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet