* [bug#74314] [PATCH 0/2] Update emacs-telega
@ 2024-11-11 20:04 Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 1/2] gnu: tdlib: Update to 1.8.39 Sergey Trofimov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Sergey Trofimov @ 2024-11-11 20:04 UTC (permalink / raw)
To: 74314
Cc: Sergey Trofimov, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#74314] [PATCH 1/2] gnu: tdlib: Update to 1.8.39.
2024-11-11 20:04 [bug#74314] [PATCH 0/2] Update emacs-telega Sergey Trofimov
@ 2024-11-11 20:22 ` Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.391 Sergey Trofimov
2024-11-12 4:19 ` bug#74314: [PATCH 0/2] Update emacs-telega Z572
2 siblings, 0 replies; 4+ messages in thread
From: Sergey Trofimov @ 2024-11-11 20:22 UTC (permalink / raw)
To: 74314; +Cc: Sergey Trofimov, Sergey Trofimov
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#74314] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.391.
2024-11-11 20:04 [bug#74314] [PATCH 0/2] Update emacs-telega Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 1/2] gnu: tdlib: Update to 1.8.39 Sergey Trofimov
@ 2024-11-11 20:22 ` Sergey Trofimov
2024-11-12 4:19 ` bug#74314: [PATCH 0/2] Update emacs-telega Z572
2 siblings, 0 replies; 4+ messages in thread
From: Sergey Trofimov @ 2024-11-11 20:22 UTC (permalink / raw)
To: 74314
Cc: Sergey Trofimov, Sergey Trofimov, Andrew Tropin,
Katherine Cox-Buday, Liliana Marie Prikler
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#74314: [PATCH 0/2] Update emacs-telega
2024-11-11 20:04 [bug#74314] [PATCH 0/2] Update emacs-telega Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 1/2] gnu: tdlib: Update to 1.8.39 Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.391 Sergey Trofimov
@ 2024-11-12 4:19 ` Z572
2 siblings, 0 replies; 4+ messages in thread
From: Z572 @ 2024-11-12 4:19 UTC (permalink / raw)
To: Sergey Trofimov
Cc: 74314-done, Katherine Cox-Buday, Liliana Marie Prikler,
Andrew Tropin
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
Sergey Trofimov <sarg@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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-12 4:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 20:04 [bug#74314] [PATCH 0/2] Update emacs-telega Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 1/2] gnu: tdlib: Update to 1.8.39 Sergey Trofimov
2024-11-11 20:22 ` [bug#74314] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.391 Sergey Trofimov
2024-11-12 4:19 ` bug#74314: [PATCH 0/2] Update emacs-telega Z572
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).