Archived
1
0
Fork 0

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

* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-5.
This commit is contained in:
Pierre Neidhardt 2020-12-22 11:08:41 +01:00
parent c072887bb0
commit 2e7c2dc8fa
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -590,7 +590,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-4") (version "2-pre-release-5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -601,7 +601,7 @@ driven and does not detract you from your daily work.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"00865plmvgl1nj009a4w9bcb5mf0zgqjx7w6slacyqgidjzad6qm")) "1sdafyhiicasd4wyzqnzdyrr16mz55y4b2hf5ya6i7nvm2vyhywl"))
(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
@ -659,7 +659,7 @@ driven and does not detract you from your daily work.")
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) `(("alexandria" ,sbcl-alexandria)
("bordeaux-threads" ,sbcl-bordeaux-threads) ("bordeaux-threads" ,sbcl-bordeaux-threads)
("cl-chanl" ,sbcl-chanl) ("cl-calispel" ,sbcl-calispel)
("cl-containers" ,sbcl-cl-containers) ("cl-containers" ,sbcl-cl-containers)
("cl-css" ,sbcl-cl-css) ("cl-css" ,sbcl-cl-css)
("cl-json" ,sbcl-cl-json) ("cl-json" ,sbcl-cl-json)
@ -677,6 +677,7 @@ driven and does not detract you from your daily work.")
("log4cl" ,sbcl-log4cl) ("log4cl" ,sbcl-log4cl)
("mk-string-metrics" ,sbcl-mk-string-metrics) ("mk-string-metrics" ,sbcl-mk-string-metrics)
("moptilities" ,sbcl-moptilities) ("moptilities" ,sbcl-moptilities)
("named-readtables" ,sbcl-named-readtables)
("osicat" ,sbcl-osicat) ("osicat" ,sbcl-osicat)
("parenscript" ,sbcl-parenscript) ("parenscript" ,sbcl-parenscript)
("plump" ,sbcl-plump) ("plump" ,sbcl-plump)