diff mbox series

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

Message ID 87sg0k9fg3.fsf@web.de
State New
Headers show
Series [bug#49532] gnu: emacs-js2-mode: Update to 20210710. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Dr. Arne Babenhauserheide July 12, 2021, 7:09 a.m. UTC
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(-)

Comments

Sarah Morgensen July 22, 2021, 8:53 p.m. UTC | #1
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
diff mbox series

Patch

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)