me
/
guix
Archived
1
0
Fork 0

gnu: nyxt: Update to 2-pre-release-2.

* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
master
Pierre Neidhardt 2020-09-24 11:13:55 +02:00
parent 92e507c963
commit c5d9cdd913
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 3 additions and 2 deletions

View File

@ -461,7 +461,7 @@ driven and does not detract you from your daily work.")
(name "nyxt") (name "nyxt")
;; Package the pre-release because latest stable 1.5.0 does not build ;; Package the pre-release because latest stable 1.5.0 does not build
;; anymore. ;; anymore.
(version "2-pre-release-1") (version "2-pre-release-2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -472,7 +472,7 @@ driven and does not detract you from your daily work.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0aipsmzqnlkmy001cihz2jnc0hja8c10rm08jycxr05j3gx3qsxd")) "0wqq8ppn0n7js3pxzzb36h0lf3r3gqhs2hi8h85c3n8a54hnbp8q"))
(file-name (git-file-name "nyxt" version)))) (file-name (git-file-name "nyxt" version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -551,6 +551,7 @@ driven and does not detract you from your daily work.")
("dexador" ,cl-dexador) ("dexador" ,cl-dexador)
("enchant" ,cl-enchant) ("enchant" ,cl-enchant)
("fset" ,cl-fset) ("fset" ,cl-fset)
("hu.dwim.defclass-star" ,cl-hu.dwim.defclass-star)
("iolib" ,cl-iolib) ("iolib" ,cl-iolib)
("local-time" ,cl-local-time) ("local-time" ,cl-local-time)
("log4cl" ,cl-log4cl) ("log4cl" ,cl-log4cl)