all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sarah Morgensen <iskarian@mgsn.dev>
To: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
Cc: 49532@debbugs.gnu.org
Subject: [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710.
Date: Thu, 22 Jul 2021 13:53:21 -0700	[thread overview]
Message-ID: <867dhirry6.fsf@mgsn.dev> (raw)
In-Reply-To: <87sg0k9fg3.fsf@web.de> (Arne Babenhauserheide's message of "Mon,  12 Jul 2021 09:09:00 +0200")

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	other threads:[~2021-07-22 20:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=867dhirry6.fsf@mgsn.dev \
    --to=iskarian@mgsn.dev \
    --cc=49532@debbugs.gnu.org \
    --cc=arne_bab@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.