[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71460] Fixing commit message
From: |
Nicolas Goaziou |
Subject: |
[bug#71460] Fixing commit message |
Date: |
Wed, 19 Jun 2024 09:56:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org> writes:
> Thanos Apollo <public@thanosapollo.org> writes:
>> * 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.
>
[...]
>> (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.
I applied the changes and push the commit.
Regards,