guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710.


From: Sarah Morgensen
Subject: [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710.
Date: Thu, 22 Jul 2021 13:53:21 -0700

Hello,

Thanks for the patch.

Unfortunately, that version is not tagged in the git repo ("20201220" is
the latest tagged release), so the build fails.

Also, looks like you missed updating the hash.

In case you were unaware, when there *is* a tagged version, you can
usually automatically generate an updated definition with

  `guix refresh emacs-js2-mode`

or (if you are using a checkout of the guix source) update the
definition in-place with

  `./pre-inst-env guix refresh emacs-js2-mode -u`

If you are just trying to use the latest commit yourself, you can use

  `guix install emacs-js2-mode --with-branch=emacs-js2-mode=master`

(and any future invocations of `guix update` will also update that
package to master).

Hope that helps,
Sarah

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> From a0b31a09cce2dbed2ce68162e5fe9aa2729d2f7d Mon Sep 17 00:00:00 2001
> From: Arne Babenhauserheide <arne_bab@web.de>
> Subject: [PATCH] gnu: emacs-js2-mode: Update to 20210710.
>
>     * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20210710.
> ---
>  gnu/packages/emacs-xyz.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9f9f9909b3..acdebbe27a 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -9622,7 +9622,7 @@ to all the other commands, too.")
>  (define-public emacs-js2-mode
>    (package
>      (name "emacs-js2-mode")
> -    (version "20201220")
> +    (version "20210710")
>      (source
>       (origin
>         (method git-fetch)
> -- 
>
> 2.32.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]