all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710.
@ 2021-07-12  7:09 Dr. Arne Babenhauserheide
  2021-07-22 20:53 ` Sarah Morgensen
  0 siblings, 1 reply; 2+ messages in thread
From: Dr. Arne Babenhauserheide @ 2021-07-12  7:09 UTC (permalink / raw)
  To: 49532

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]

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


-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710.
  2021-07-12  7:09 [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710 Dr. Arne Babenhauserheide
@ 2021-07-22 20:53 ` Sarah Morgensen
  0 siblings, 0 replies; 2+ messages in thread
From: Sarah Morgensen @ 2021-07-22 20:53 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 49532

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-22 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12  7:09 [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710 Dr. Arne Babenhauserheide
2021-07-22 20:53 ` Sarah Morgensen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.