From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 16:53:28 2021 Received: (at 49532) by debbugs.gnu.org; 22 Jul 2021 20:53:28 +0000 Received: from localhost ([127.0.0.1]:41708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6fhA-0003d4-EP for submit@debbugs.gnu.org; Thu, 22 Jul 2021 16:53:28 -0400 Received: from out1.migadu.com ([91.121.223.63]:28636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6fh6-0003cu-Qd for 49532@debbugs.gnu.org; Thu, 22 Jul 2021 16:53:26 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1626987203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GIoUsMiuYRHxGfIdJaXGzW+Nq8XOxlpxzI6ddCG4tg8=; b=ELfAPgDiTZUuqjMXv+BgrHPxoG2cA5bKvRfleVm5piv3loKlzjNp+qBuTaStdyl91cM8cQ Lx1cDYkPSgBtrF0nBR3bM3o+bT4VDCcwX1SJGYhdIhSmPZ9bgaD57xHKMkcl47hy/9C4/Q RQQp0keuK65U4hi1eFtYtEHFezH3Wgo= From: Sarah Morgensen To: "Dr. Arne Babenhauserheide" Subject: Re: bug#49532: [PATCH] gnu: emacs-js2-mode: Update to 20210710. References: <87sg0k9fg3.fsf@web.de> Date: Thu, 22 Jul 2021 13:53:21 -0700 In-Reply-To: <87sg0k9fg3.fsf@web.de> (Arne Babenhauserheide's message of "Mon, 12 Jul 2021 09:09:00 +0200") Message-ID: <867dhirry6.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49532 Cc: 49532@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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" writes: > From a0b31a09cce2dbed2ce68162e5fe9aa2729d2f7d Mon Sep 17 00:00:00 2001 > From: Arne Babenhauserheide > 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