GNU bug report logs -
#76800
[PATCH 0/2] gnu: emacs-telega: Update to 0.8.452.
Previous Next
To reply to this bug, email your comments to 76800 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76800
; Package
guix-patches
.
(Fri, 07 Mar 2025 05:54: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, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Fri, 07 Mar 2025 05:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patchset updates emacs-telega to the latest version.
Sergey Trofimov (2):
gnu: tdlib: Update to 1.8.45.
gnu: emacs-telega: Update to 0.8.452.
gnu/packages/emacs-xyz.scm | 6 +++---
gnu/packages/messaging.scm | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
base-commit: 20f00058d7fff1e54ba7d3f4f56deed174135cbe
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76800
; Package
guix-patches
.
(Fri, 07 Mar 2025 06:09:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 76800 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (tdlib): Update to 1.8.45.
---
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 91532d62b4..d2bc9fcfac 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2716,11 +2716,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "28c6f2e9c045372d50217919bf5768b7fbbe0294")
+ (let ((commit "8e29c4d7d21db3ab2c7a88c384626e95ef789f61")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.44" revision commit))
+ (version (git-version "1.8.45" revision commit))
(source
(origin
(method git-fetch)
@@ -2728,7 +2728,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "10lrbk17z93mxpcr9ixwg293ili5w6lnp549apc2qgdvafkdb7r1"))
+ (base32 "16mjw052clfyknn3n3srl35dq3xmyyxwkvz42kml0g5r7qma9ws7"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.48.1
Information forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76800
; Package
guix-patches
.
(Fri, 07 Mar 2025 06:09:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76800 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.452.
---
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 f5876a342c..7a3384a0e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37714,11 +37714,11 @@ (define-public emacs-telega-server
(license license:gpl3+))))
(define-public emacs-telega
- (let ((commit "85ad1717de4a47ebeb293e836e5a89e901b55dbd")
+ (let ((commit "ff06f58364375c96477561f265e3dbf55a8ad231")
(revision "0"))
(package
(name "emacs-telega")
- (version (git-version "0.8.441" revision commit))
+ (version (git-version "0.8.452" revision commit))
(source
(origin
(method git-fetch)
@@ -37726,7 +37726,7 @@ (define-public emacs-telega
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "099a9269fb9p4hj9v8lqgij9cnc2zr0ayzxws4bh3w82qz5hvi22"))
+ (base32 "0bircjqj2zm67zspsy2r76zygvkxq6y65f3bchlhhhj1rr19kalh"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76800
; Package
guix-patches
.
(Fri, 07 Mar 2025 14:44:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sergey Trofimov via Guix-patches via <guix-patches <at> gnu.org> writes:
> This patchset updates emacs-telega to the latest version.
>
> Sergey Trofimov (2):
> gnu: tdlib: Update to 1.8.45.
> gnu: emacs-telega: Update to 0.8.452.
>
> gnu/packages/emacs-xyz.scm | 6 +++---
> gnu/packages/messaging.scm | 6 +++---
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
>
> base-commit: 20f00058d7fff1e54ba7d3f4f56deed174135cbe
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Fri, 07 Mar 2025 14:44:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Fri, 07 Mar 2025 14:44:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.