guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 22/38: gnu: emacs-keycast: Update to 1.3.0.


From: Christopher Baines
Subject: Re: 22/38: gnu: emacs-keycast: Update to 1.3.0.
Date: Sun, 21 May 2023 19:45:39 +0100
User-agent: mu4e 1.8.13; emacs 28.2

guix-commits@gnu.org writes:

> ngz pushed a commit to branch master
> in repository guix.
>
> commit 87d5754107e2393cc5d2ab44cd9586b3bf73b011
> Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> AuthorDate: Sun May 21 14:13:43 2023 +0200
>
>     gnu: emacs-keycast: Update to 1.3.0.
>
>     * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.3.0.
>     [propagated-inputs]: Add EMACS-COMPAT.
> ---
>  gnu/packages/emacs-xyz.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 914c3590c8..abafe23940 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -5253,7 +5253,7 @@ kmonad's configuration files (@file{.kbd}).")
>  (define-public emacs-keycast
>    (package
>      (name "emacs-keycast")
> -    (version "1.2.0")
> +    (version "1.3.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -5262,8 +5262,10 @@ kmonad's configuration files (@file{.kbd}).")
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "01z20lsnjk8pwdsl4vx5dqdc4603bmb7fxan7n8j1fgvkvi63yzl"))))
> +        (base32 "1hri91g6c0507vaisx3c0xr52xwy82j3vqk0irf30mcrv1j9a5hd"))))
>      (build-system emacs-build-system)
> +    (propagated-inputs
> +     (list emacs-keycast))

This looks to have caused problems (e.g. [1]).

1: https://data.guix.gnu.org/revision/e499cb2c12d7f1c6d2f004364c9cc7bdb7e38cd5

The commit message says this should be emacs-compat instead, so I've
made that change in 26b71e1982afac9112f73c359a21ac76f641d19e.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]