guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: nyxt: Update to 3.9.2.


From: guix-commits
Subject: 03/03: gnu: nyxt: Update to 3.9.2.
Date: Wed, 15 Nov 2023 09:18:02 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 8eed542ddd61e7821cb071b9d951866e4c3eb853
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Tue Nov 14 00:53:25 2023 +0200

    gnu: nyxt: Update to 3.9.2.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.9.2.
    
    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 e60661e493..d38882046d 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.1")
+    (version "3.9.2")
     (source
      (origin
        (method git-fetch)
@@ -595,7 +595,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "1x7ia43yh024hwwsh2a6g2daznkzgjlisnxvjfcb9sgvfqfa368i"))
+         "1v85jn46d9vacjig6n9z797fch88fw6vzwbfdzlqdkm86vvm8dwn"))
        (file-name (git-file-name "nyxt" version))
        (modules '((guix build utils)))
        (snippet



reply via email to

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