[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: nyxt: Update to 3.9.1.
From: |
guix-commits |
Subject: |
03/03: gnu: nyxt: Update to 3.9.1. |
Date: |
Tue, 24 Oct 2023 08:40:07 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit d22d2a05c389207f8cdcf824be7738b1499a987c
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Oct 23 23:33:18 2023 +0300
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
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 45b7034824..e60661e493 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.9.0")
+ (version "3.9.1")
(source
(origin
(method git-fetch)
@@ -595,7 +595,7 @@ driven and does not detract you from your daily work.")
(commit version)))
(sha256
(base32
- "1nbj3nv9bb6gngkd3xdcz5wxpb9j3yh8gcskrb7hbbj4849h16kd"))
+ "1x7ia43yh024hwwsh2a6g2daznkzgjlisnxvjfcb9sgvfqfa368i"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet