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.11.3.


From: guix-commits
Subject: branch master updated: gnu: nyxt: Update to 3.11.3.
Date: Wed, 21 Feb 2024 05:19:12 -0500

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 b71a270f6e gnu: nyxt: Update to 3.11.3.
b71a270f6e is described below

commit b71a270f6e58d4b3b37c7a35fd6482a03b17fc5a
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Tue Feb 20 14:41:09 2024 +0200

    gnu: nyxt: Update to 3.11.3.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.11.3.
    
    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 54ee0c7b9f..84f5c9f0eb 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -590,7 +590,7 @@ driven and does not detract you from your daily work.")
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "3.11.2")
+    (version "3.11.3")
     (source
      (origin
        (method git-fetch)
@@ -599,7 +599,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "1gg77dlc7mrwr9h6dgn0cnd78kw6glnr8j6xjs6l93wcr0z5pkqg"))
+         "0vp3w9a3zzn9kbq48a4b1nylrn1i4ibwxpl377yq04ggqkd6fi9a"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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