From f4e8baf3806e79d7111d2943859865ae4ee0b59d Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Tue, 10 Oct 2023 10:05:42 +0200 Subject: gnu: nyxt: Update to 3.9.0. * gnu/packages/web-browsers.scm (nyxt): Update to 3.9.0. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/web-browsers.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web-browsers.scm') diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index a8ef7099f5..45b7034824 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -586,7 +586,7 @@ driven and does not detract you from your daily work.") (define-public nyxt (package (name "nyxt") - (version "3.7.0") + (version "3.9.0") (source (origin (method git-fetch) @@ -595,7 +595,7 @@ driven and does not detract you from your daily work.") (commit version))) (sha256 (base32 - "0mar3y69b62jby4kfdsm2xsnb830v1d468zspa3frpnphwxv4a5y")) + "1nbj3nv9bb6gngkd3xdcz5wxpb9j3yh8gcskrb7hbbj4849h16kd")) (file-name (git-file-name "nyxt" version)) (modules '((guix build utils))) (snippet -- cgit v1.2.3