guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: nyxt: Update to 3.11.0.


From: guix-commits
Subject: 02/03: gnu: nyxt: Update to 3.11.0.
Date: Wed, 10 Jan 2024 04:53:30 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d34fe100186bbd680e1c470794b9232b105688b5
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Jan 8 20:53:05 2024 +0200

    gnu: nyxt: Update to 3.11.0.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.11.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 0d749dcd30..1d9b562c8b 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.10.0")
+    (version "3.11.0")
     (source
      (origin
        (method git-fetch)
@@ -596,7 +596,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "1rz2082kk3fdvszqmi3fgndrq205vbxl3i0x4qyli0jy3lpvjin8"))
+         "0hzkpk8kshw7afz3pryi99xz2vg3v676day0mgji3hvaazfan39p"))
        (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]