GNU bug report logs - #74314
[PATCH 0/2] Update emacs-telega

Previous Next

Package: guix-patches;

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

Date: Mon, 11 Nov 2024 20:05:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74314 in the body.
You can then email your comments to 74314 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#74314; Package guix-patches. (Mon, 11 Nov 2024 20:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergey Trofimov <sarg <at> sarg.org.ru>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Mon, 11 Nov 2024 20:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: guix-patches <at> gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH 0/2] Update emacs-telega
Date: Mon, 11 Nov 2024 21:04:47 +0100
Hi, this series updates emacs-telega and tdlib to the latest versions.

Sergey Trofimov (2):
  gnu: tdlib: Update to 1.8.39.
  gnu: emacs-telega: Update to 0.8.391.

 gnu/packages/emacs-xyz.scm | 6 +++---
 gnu/packages/messaging.scm | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


base-commit: 2b781003a4372b793923de8b0f65815c4d5d75a7
--
2.46.0





Information forwarded to sarg <at> sarg.org.ru, guix-patches <at> gnu.org:
bug#74314; Package guix-patches. (Mon, 11 Nov 2024 20:25:02 GMT) Full text and rfc822 format available.

Message #8 received at 74314 <at> debbugs.gnu.org (full text, mbox):

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 74314 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH 1/2] gnu: tdlib: Update to 1.8.39.
Date: Mon, 11 Nov 2024 21:22:54 +0100
* gnu/packages/messaging.scm (tdlib): Update to 1.8.39.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c86d701c30..85ac9e77d4 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2737,11 +2737,11 @@ (define-public telegram-purple
     (license license:gpl2+)))
 
 (define-public tdlib
-  (let ((commit "af69dd4397b6dc1bf23ba0fd0bf429fcba6454f6")
+  (let ((commit "056963e48fa8d3f89556239c22d6ac843d3c8a5b")
         (revision "0"))
     (package
       (name "tdlib")
-      (version (git-version "1.8.29" revision commit))
+      (version (git-version "1.8.39" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -2749,7 +2749,7 @@ (define-public tdlib
                (url "https://github.com/tdlib/td")
                (commit commit)))
          (sha256
-          (base32 "04b3aj73q4zf1mqrryarhbv6yk59m7727iw2xy0gn0ml3i5ll66r"))
+          (base32 "1prgq4v4l29g8zrldj0z7zgwl7mp5nh35dqmx45pwk41giiaw3x5"))
          (file-name (git-file-name name version))))
       (build-system cmake-build-system)
       (arguments
-- 
2.46.0





Information forwarded to sarg <at> sarg.org.ru, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#74314; Package guix-patches. (Mon, 11 Nov 2024 20:25:03 GMT) Full text and rfc822 format available.

Message #11 received at 74314 <at> debbugs.gnu.org (full text, mbox):

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 74314 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH 2/2] gnu: emacs-telega: Update to 0.8.391.
Date: Mon, 11 Nov 2024 21:22:55 +0100
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.391.
---
 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 88e1ab89a9..f887f12087 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36577,11 +36577,11 @@ (define-public emacs-telega-server
       (license license:gpl3+))))
 
 (define-public emacs-telega
-  (let ((commit "58b4963b292ceb723d665df100b519eb5a99c676")
+  (let ((commit "0368bae5646193d421a04130ed5e046fe47946d3")
         (revision "0"))
     (package
       (name "emacs-telega")
-      (version (git-version "0.8.291" revision commit))
+      (version (git-version "0.8.391" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -36589,7 +36589,7 @@ (define-public emacs-telega
                (url "https://github.com/zevlg/telega.el")
                (commit commit)))
          (sha256
-          (base32 "1q3ydbm0jhrsyvvdn0mpmxvskq0l53jkh40a5hlx7i3qkinbhbry"))
+          (base32 "05q8nrbp9r6hkdck2d8zwl9dwww3sqjlfka1ifxwwgcrndni3nx8"))
          (file-name (git-file-name "emacs-telega" version))
          (patches
           (search-patches "emacs-telega-path-placeholder.patch"
-- 
2.46.0





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 12 Nov 2024 04:21:01 GMT) Full text and rfc822 format available.

Notification sent to Sergey Trofimov <sarg <at> sarg.org.ru>:
bug acknowledged by developer. (Tue, 12 Nov 2024 04:21:02 GMT) Full text and rfc822 format available.

Message #16 received at 74314-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Cc: 74314-done <at> debbugs.gnu.org,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#74314] [PATCH 0/2] Update emacs-telega
Date: Tue, 12 Nov 2024 12:19:59 +0800
[Message part 1 (text/plain, inline)]
Sergey Trofimov <sarg <at> sarg.org.ru> writes:

> Hi, this series updates emacs-telega and tdlib to the latest versions.
>
> Sergey Trofimov (2):
>   gnu: tdlib: Update to 1.8.39.
>   gnu: emacs-telega: Update to 0.8.391.
>
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  gnu/packages/messaging.scm | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
>
>
> base-commit: 2b781003a4372b793923de8b0f65815c4d5d75a7

push, close.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Dec 2024 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 284 days ago.

Previous Next


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