[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: nyxt: Update to 3.6.1.
From: |
guix-commits |
Subject: |
02/04: gnu: nyxt: Update to 3.6.1. |
Date: |
Mon, 4 Sep 2023 03:44:56 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 041ec0070951abb8a4c4671ef998f28ed82eb806
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Aug 28 13:28:53 2023 +0300
gnu: nyxt: Update to 3.6.1.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.6.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
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 ac46cffb19..5fb43d0ee9 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.6.0")
+ (version "3.6.1")
(source
(origin
(method git-fetch)
@@ -595,7 +595,7 @@ driven and does not detract you from your daily work.")
(commit version)))
(sha256
(base32
- "1difs5hw4avzfn2f33gi0w8nz9ja9fvwsl5m9f8izr8zsqlw98qd"))
+ "0gf4akrkp15c3z3v3i5c94ga282ygqxb0rqxwm9ivchby0xv9lmd"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet