GNU bug report logs - #69481
[PATCH] gnu: emacs-telega: Update to 0.8.250.

Previous Next

Package: guix-patches;

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

Date: Thu, 29 Feb 2024 20:25:01 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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrew Tropin <andrew <at> trop.in>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69481: closed ([PATCH] gnu: emacs-telega: Update to 0.8.250.)
Date: Fri, 01 Mar 2024 09:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Mar 2024 12:08:55 +0300
with message-id <871q8u8gk8.fsf <at> trop.in>
and subject line Re: [bug#69481] [PATCH] gnu: emacs-telega: Update to 0.8.250.
has caused the debbugs.gnu.org bug report #69481,
regarding [PATCH] gnu: emacs-telega: Update to 0.8.250.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69481: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69481
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: guix-patches <at> gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH] gnu: emacs-telega: Update to 0.8.250.
Date: Thu, 29 Feb 2024 21:23:54 +0100
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.250.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index accdcc3ee8..a93165404e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34707,11 +34707,11 @@ (define-public emacs-helm-switch-to-repl
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "e8d9459ef725ed8fb60479b5fccadae1e4eac87a")
+  (let ((commit "d1cf1ffe289a18f366b7f3b64f827f0d0755947a")
         (revision "0"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.240" revision commit))
+      (version (git-version "0.8.250" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -34719,7 +34719,7 @@ (define-public emacs-telega-server
                (url "https://github.com/zevlg/telega.el")
                (commit commit)))
          (sha256
-          (base32 "18f6i2w0iial2wi60vkqck30c0m4p2nj0bzd2x9p4il27dwv5hwq"))
+          (base32 "0s1w4zb252d70n05dbsv2rnlfsg53paklafqxasl566nnzbi0d2q"))
          (file-name (git-file-name "emacs-telega" version))
          (patches
           (search-patches "emacs-telega-path-placeholder.patch"

base-commit: bb2703194e1e18e6513472742fdc9b2781b72729
--
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Andrew Tropin <andrew <at> trop.in>
To: Sergey Trofimov <sarg <at> sarg.org.ru>, 69481-done <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Sergey Trofimov <sarg <at> sarg.org.ru>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [bug#69481] [PATCH] gnu: emacs-telega: Update to 0.8.250.
Date: Fri, 01 Mar 2024 12:08:55 +0300
[Message part 4 (text/plain, inline)]
On 2024-02-29 21:23, Sergey Trofimov wrote:

> * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.250.
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index accdcc3ee8..a93165404e 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -34707,11 +34707,11 @@ (define-public emacs-helm-switch-to-repl
>      (license license:gpl3+)))
>  
>  (define-public emacs-telega-server
> -  (let ((commit "e8d9459ef725ed8fb60479b5fccadae1e4eac87a")
> +  (let ((commit "d1cf1ffe289a18f366b7f3b64f827f0d0755947a")
>          (revision "0"))
>      (package
>        (name "emacs-telega-server")
> -      (version (git-version "0.8.240" revision commit))
> +      (version (git-version "0.8.250" revision commit))
>        (source
>         (origin
>           (method git-fetch)
> @@ -34719,7 +34719,7 @@ (define-public emacs-telega-server
>                 (url "https://github.com/zevlg/telega.el")
>                 (commit commit)))
>           (sha256
> -          (base32 "18f6i2w0iial2wi60vkqck30c0m4p2nj0bzd2x9p4il27dwv5hwq"))
> +          (base32 "0s1w4zb252d70n05dbsv2rnlfsg53paklafqxasl566nnzbi0d2q"))
>           (file-name (git-file-name "emacs-telega" version))
>           (patches
>            (search-patches "emacs-telega-path-placeholder.patch"
>
> base-commit: bb2703194e1e18e6513472742fdc9b2781b72729
> --
> 2.41.0

Hi Sergey!

Thank you very much for the patch, applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=37d727c60e

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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