me
/
guix
Archived
1
0
Fork 0

gnu: nyxt: Update to 3.1.0.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.1.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Andre A. Gomes 2023-05-29 21:42:42 +03:00 committed by Guillaume Le Vaillant
parent 3e9a814c0c
commit 5a8bb79c1c
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -587,7 +587,7 @@ driven and does not detract you from your daily work.")
(define-public nyxt
(package
(name "nyxt")
(version "3.0.0")
(version "3.1.0")
(source
(origin
(method git-fetch)
@ -596,7 +596,7 @@ driven and does not detract you from your daily work.")
(commit version)))
(sha256
(base32
"1jzlpi2iam15f0724nh6pb0zfs8d89mrf3zkvd87g99aq9w2h02a"))
"01h2430z43bh8mxb5xyvz4kqcdim1dlh1crf41pzavq2a6r2aw0z"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet