[PATCH] gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 19 May 16:50 +0200
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20240519145105.7460-1-ngraves@ngraves.fr
* gnu/packages/emacs-xyz.scm (emacs-nyxt): Update to 0.1.0-0.5f732e3.

Change-Id: Id387b52fd12a3b46eb0c1a9a9c7d3799c6d717eb
---
gnu/packages/emacs-xyz.scm | 59 ++++++++++++++++++++------------------
1 file changed, 31 insertions(+), 28 deletions(-)

Toggle diff (73 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b21a510bc79..4ddec0582ad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30181,35 +30181,38 @@ (define-public emacs-nix-mode
(license license:lgpl2.1+)))
(define-public emacs-nyxt
- (package
- (name "emacs-nyxt")
- (version "0.1.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.sr.ht/~conses/nyxt.el")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1hgb10pk5m3v2gsl4h6i821nyzksss0rk4hhjnfb7nm98lalzbl6"))))
- (build-system emacs-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-file-name
- (lambda* (#:key inputs #:allow-other-keys)
- (emacs-substitute-variables "nyxt.el"
- ("nyxt-path"
- (search-input-file inputs "/bin/nyxt"))))))))
- (inputs (list nyxt))
- (propagated-inputs (list emacs-sly))
- (home-page "https://git.sr.ht/~conses/nyxt.el")
- (synopsis "Interact with Nyxt from Emacs")
- (description "This package consists of custom logic to interact with Nyxt
+ ;; This forge doesn't support fetching from refs, use commits.
+ (let ((commit "5f732e3d039c9d9c316dd5fbbbc91bd015dd2659")
+ (revision "0"))
+ (package
+ (name "emacs-nyxt")
+ (version (git-version "0.1.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.migalmoreno.com/nyxt.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "147yin822mi49gg2gxqljnx3i261z6b8d61m83l4nns4cf67vqns"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-file-name
+ (lambda* (#:key inputs #:allow-other-keys)
+ (emacs-substitute-variables "nyxt.el"
+ ("nyxt-path"
+ (search-input-file inputs "/bin/nyxt"))))))))
+ (inputs (list nyxt))
+ (propagated-inputs (list emacs-sly))
+ (home-page "https://git.migalmoreno.com/nyxt.el")
+ (synopsis "Interact with Nyxt from Emacs")
+ (description "This package consists of custom logic to interact with Nyxt
from Emacs.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-libmpdel
(package
--
2.41.0
N
N
Nicolas Goaziou wrote on 19 Jun 13:17 +0200
(name . Nicolas Graves via Guix-patches via)(address . guix-patches@gnu.org)
87msnh41x0.fsf@nicolasgoaziou.fr
Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-nyxt): Update to 0.1.0-0.5f732e3.

Closing this as a more recent version has been pushed. Thanks!

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71066@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71066
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch