GNU bug report logs - #67571
[PATCH 0/2] Update emacs-telega to 0.8.217

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Fri, 1 Dec 2023 20:32:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Sergey Trofimov <sarg <at> sarg.org.ru>, 67571 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220.
Date: Fri, 08 Dec 2023 18:00:52 +0100
Am Freitag, dem 08.12.2023 um 17:20 +0100 schrieb Sergey Trofimov:
> * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to
> 0.8.220.


> ---
>  gnu/packages/emacs-xyz.scm | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index af867d1173..0315e387c2 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -34223,11 +34223,11 @@ (define-public emacs-helm-switch-to-repl
>      (license license:gpl3+)))
>  
>  (define-public emacs-telega-server
> -  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
> +  (let ((commit "e0ad17b5650b98313219ece3fc371ec051f7a597")
>          (revision "0"))
>      (package
>        (name "emacs-telega-server")
> -      (version (git-version "0.8.203" revision commit))
> +      (version (git-version "0.8.220" revision commit))
>        (source
>         (origin
>           (method git-fetch)
> @@ -34235,7 +34235,7 @@ (define-public emacs-telega-server
>                 (url "https://github.com/zevlg/telega.el")
>                 (commit commit)))
>           (sha256
> -          (base32
> "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
> +          (base32
> "049xv1ysg0r46k47z3dkdkwqh1f086c5l9yp7c9cs45vg8cj283x"))
>           (file-name (git-file-name "emacs-telega" version))
>           (patches
>            (search-patches "emacs-telega-path-placeholder.patch"
> @@ -34314,7 +34314,6 @@ (define-public emacs-telega
>                                  "/etc"))))))))
>      (inputs
>       (list emacs-telega-server ffmpeg))
> -    (native-inputs '())
>      (propagated-inputs
>       (list emacs-visual-fill-column emacs-company
>             emacs-rainbow-identifiers))
> @@ -34335,8 +34334,6 @@ (define-public emacs-telega-contrib
>              (lambda _ (chdir "contrib")))
>            (add-before 'install-license-files 'leave-subdirectory
>              (lambda _ (chdir ".."))))))
> -    (inputs '())
> -    (native-inputs '())
Is there a reason to delete these lines?  It's not mentioned in the
ChangeLog either.

Cheers


This bug report was last modified 1 year and 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.