Archived
1
0
Fork 0

gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.

* gnu/packages/emacs-xyz.scm (emacs-nyxt): Update to 0.1.0-0.5f732e3.

Change-Id: Id387b52fd12a3b46eb0c1a9a9c7d3799c6d717eb
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves 2024-05-19 16:50:59 +02:00 committed by Nicolas Goaziou
parent 4b48201942
commit a78c494b8b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30286,18 +30286,21 @@ comments.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public emacs-nyxt (define-public emacs-nyxt
;; This forge doesn't support fetching from refs, use commits.
(let ((commit "5f732e3d039c9d9c316dd5fbbbc91bd015dd2659")
(revision "0"))
(package (package
(name "emacs-nyxt") (name "emacs-nyxt")
(version "0.1.0") (version (git-version "0.1.1" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.sr.ht/~conses/nyxt.el") (url "https://git.migalmoreno.com/nyxt.el")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hgb10pk5m3v2gsl4h6i821nyzksss0rk4hhjnfb7nm98lalzbl6")))) "147yin822mi49gg2gxqljnx3i261z6b8d61m83l4nns4cf67vqns"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -30310,11 +30313,11 @@ comments.")
(search-input-file inputs "/bin/nyxt")))))))) (search-input-file inputs "/bin/nyxt"))))))))
(inputs (list nyxt)) (inputs (list nyxt))
(propagated-inputs (list emacs-sly)) (propagated-inputs (list emacs-sly))
(home-page "https://git.sr.ht/~conses/nyxt.el") (home-page "https://git.migalmoreno.com/nyxt.el")
(synopsis "Interact with Nyxt from Emacs") (synopsis "Interact with Nyxt from Emacs")
(description "This package consists of custom logic to interact with Nyxt (description "This package consists of custom logic to interact with Nyxt
from Emacs.") from Emacs.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-libmpdel (define-public emacs-libmpdel
(package (package