guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nyxt: Update to 3.3.0.


From: guix-commits
Subject: branch master updated: gnu: nyxt: Update to 3.3.0.
Date: Wed, 28 Jun 2023 10:54:43 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b24a05830d gnu: nyxt: Update to 3.3.0.
b24a05830d is described below

commit b24a05830d11e3011eee4bc5f60a41e26188cde1
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Wed Jun 28 11:58:45 2023 +0300

    gnu: nyxt: Update to 3.3.0.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.3.0.
    
    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 a7031b46b2..eaf1852a78 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.2.0")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -596,7 +596,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "0igvj5v2k96kmbybx4lm3v26iylw114lvp0h5wx7kjfq03m50ffp"))
+         "05jb7sal0ina5a3dx22csy24cmgkai472q5j7pcjrvzwcrfbwaw5"))
        (file-name (git-file-name "nyxt" version))
        (modules '((guix build utils)))
        (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]