GNU bug report logs -
#71460
[PATCH] gnu: emacs-yeetube: Update to 2.1.16
Previous Next
Reported by: Thanos Apollo <public <at> thanosapollo.org>
Date: Mon, 10 Jun 2024 04:41:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 71460 <at> debbugs.gnu.org (full text, mbox):
Hello,
Thanos Apollo <public <at> thanosapollo.org> writes:
> Same patch, this time with a generated =Change-Id: ***=. Still learning
> how to properly format patches for Guix.
Thank you (for the package, too!).
> Subject: [PATCH] gnu: emacs-yeetube: Update to 2.1.6
>
> * gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.6.
You need to add that you removed wget dependency:
[arguments]<#:phases>: No longer replace (executable-find "wget") in
the code base.
[inputs]: Remove WGET.
> Change-Id: I6aee95029e829170a98d8fb7447bf0fd39ed6176
> ---
> gnu/packages/emacs-xyz.scm | 13 +++++--------
> 1 file changed, 5 insertions(+), 8 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 2a943f5846..1d0519aa88 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -29074,10 +29074,10 @@ (define-public emacs-ytel-show
> (license license:gpl3+))))
>
> (define-public emacs-yeetube
> - (let ((commit "c74e4e77156297624d278a05bdd19c016a91ff9b")) ;version bump
> + (let ((commit "c9721a295f4fd30a44e94b3424151fa8a14d22ae"))
Why are you removing the comment? It is used to indicate that upstream
does not tag commits, but this commit matches the version bump anyway.
Otherwise, LGTM.
Regards,
--
Nicolas Goaziou
This bug report was last modified 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.