1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: nyxt: Update to 3.9.0.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Andre A. Gomes
2023-10-10 10:05:42 +02:00
committed by Guillaume Le Vaillant
parent 4c3c2e6109
commit f4e8baf380

View File

@@ -586,7 +586,7 @@ driven and does not detract you from your daily work.")
(define-public nyxt (define-public nyxt
(package (package
(name "nyxt") (name "nyxt")
(version "3.7.0") (version "3.9.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -595,7 +595,7 @@ driven and does not detract you from your daily work.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0mar3y69b62jby4kfdsm2xsnb830v1d468zspa3frpnphwxv4a5y")) "1nbj3nv9bb6gngkd3xdcz5wxpb9j3yh8gcskrb7hbbj4849h16kd"))
(file-name (git-file-name "nyxt" version)) (file-name (git-file-name "nyxt" version))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet