unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: Cayetano Santos <csantosb@inventati.org>
Cc: 65088@debbugs.gnu.org
Subject: [bug#65088] [PATCH] gnu: emacs-helpful: Update to 0.21.
Date: Sat, 05 Aug 2023 19:22:23 +0800	[thread overview]
Message-ID: <87fs4xivio.wl-hako@ultrarare.space> (raw)
In-Reply-To: <ca7eedd4d35ff5e18e38f4fba090c704d5c167f0.1691232008.git.csantosb@inventati.org>

Hi Cayetano,

On Sat, 05 Aug 2023 18:40:08 +0800,
Cayetano Santos via Guix-patches via wrote:
> 
> * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.21.
> ---
>  gnu/packages/emacs-xyz.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index ed3d89d51f..c01192b7b3 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -24360,11 +24360,11 @@ (define-public emacs-download-region
>        (license license:gpl3+))))
>  
>  (define-public emacs-helpful
> -  (let ((commit "1c98f6f06a85def5d34c735f8cd407f20cebddf9")
> -        (revision "1"))
> +  (let ((commit "ced07fe0d48ce1111d7a8376fdbfef34d927c967")
> +        (revision "0"))
>      (package
>        (name "emacs-helpful")
> -      (version (git-version "0.19" revision commit))
> +      (version (git-version "0.21" revision commit))
>        (source
>         (origin
>           (method git-fetch)
> @@ -24373,7 +24373,7 @@ (define-public emacs-helpful
>                 (commit commit)))

Since it's a tagged release, we can remove the `let' form, use only
"0.21" for version, and `version' for commit.

Thanks




  reply	other threads:[~2023-08-05 11:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05 10:40 [bug#65088] [PATCH] gnu: emacs-helpful: Update to 0.21 Cayetano Santos via Guix-patches via
2023-08-05 11:22 ` Hilton Chain via Guix-patches via [this message]
2023-08-05 17:25 ` [bug#65088] [PATCH v1] " Cayetano Santos via Guix-patches via
2023-08-07 11:42   ` Hilton Chain via Guix-patches via
2023-08-07 12:11 ` [bug#65088] [PATCH v2] " Cayetano Santos via Guix-patches via
2023-08-27  3:51 ` bug#65088: [PATCH] " Hilton Chain via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87fs4xivio.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=65088@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    --cc=hako@ultrarare.space \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).