[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nyxt: Update to 3.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: nyxt: Update to 3.2.0. |
Date: |
Wed, 14 Jun 2023 03:59:15 -0400 |
This is an automated email from the git hooks/post-receive script.
ambrevar pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2dd3e35fc9 gnu: nyxt: Update to 3.2.0.
2dd3e35fc9 is described below
commit 2dd3e35fc97718070e1511ca25d2aa28aeafbbc0
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Tue Jun 13 10:54:45 2023 +0300
gnu: nyxt: Update to 3.2.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.2.0.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
---
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 7d1f61be53..a7031b46b2 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -587,7 +587,7 @@ driven and does not detract you from your daily work.")
(define-public nyxt
(package
(name "nyxt")
- (version "3.1.0")
+ (version "3.2.0")
(source
(origin
(method git-fetch)
@@ -596,7 +596,7 @@ driven and does not detract you from your daily work.")
(commit version)))
(sha256
(base32
- "01h2430z43bh8mxb5xyvz4kqcdim1dlh1crf41pzavq2a6r2aw0z"))
+ "0igvj5v2k96kmbybx4lm3v26iylw114lvp0h5wx7kjfq03m50ffp"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nyxt: Update to 3.2.0.,
guix-commits <=