[PATCH 1/2] gnu: tdlib: Update to 1.8.29.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal
S
S
Sergey Trofimov wrote on 16 May 17:27 +0200
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
4dac122460e5d6416cd4b168d921c444af455309.1715873241.git.sarg@sarg.org.ru
* gnu/packages/messaging.scm (tdlib): Update to 1.8.29.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (38 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 83463f44c6..022f216934 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2687,11 +2687,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "c5c55092dd61b9eb15d6bbfd0f02c04c593450e7")
+ (let ((commit "af69dd4397b6dc1bf23ba0fd0bf429fcba6454f6")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.24" revision commit))
+ (version (git-version "1.8.29" revision commit))
(source
(origin
(method git-fetch)
@@ -2699,7 +2699,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "1kwbp4ay4zvk9jscp0xv9rv4jz2krm9jya8q81wnvn9qd0ybg94f"))
+ (base32 "04b3aj73q4zf1mqrryarhbv6yk59m7727iw2xy0gn0ml3i5ll66r"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments

base-commit: 5a624adfd7b14c3717237d137bd0766c77f0f570
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
prerequisite-patch-id: 1bcd992c56c1b094479b842032fc9731315cbf83
prerequisite-patch-id: 500c43ab90039ca164d6b0864adb110bd9bd9afe
prerequisite-patch-id: 3b6bb547efa1bad6a432ec902bc5467c7251ca8d
prerequisite-patch-id: 5a4b8066dbab197feca2af07b6fbfc042d1b76da
prerequisite-patch-id: 0fe8b0072151d90a02489bc04c493eb7a7eeb3db
prerequisite-patch-id: d959d32575e9622ccb9bdff873c48480abc0d608
--
2.41.0
S
S
Sergey Trofimov wrote on 16 May 17:46 +0200
[PATCH 2/2] gnu: emacs-telega: Update to 0.8.290.
(address . 70986@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
daa9763998751344a68918686b17e985d37ebbea.1715873241.git.sarg@sarg.org.ru
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.290.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index db982a3481..fa4268d4c6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35092,11 +35092,11 @@ (define-public emacs-helm-switch-to-repl
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "30615199c76333af9f71992e0992ac691ca5e197")
+ (let ((commit "009e5ce9d393aa049bb3b1182306db4b5b85833b")
(revision "0"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.255" revision commit))
+ (version (git-version "0.8.290" revision commit))
(source
(origin
(method git-fetch)
@@ -35104,7 +35104,7 @@ (define-public emacs-telega-server
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "1kdp4wg4fkv5iiihvlkcb633d07vlqzndlv3qgak0s05vylhs72r"))
+ (base32 "06k2qkxzq3l3cdqr70zrxrnm3q6qp9nw3zgm3p65nmx86ky1q72f"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
--
2.41.0
J
J
Jonathan Brielmaier wrote on 17 May 21:16 +0200
[PATCH 1/2] gnu: tdlib: Update to 1.8.29.
(address . 70986-done@debbugs.gnu.org)
2b96be7f-1436-6df2-3afb-7ea211e50c10@web.de
I pushed both patches.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70986@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70986
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch