unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70986] [PATCH 1/2] gnu: tdlib: Update to 1.8.29.
@ 2024-05-16 15:27 Sergey Trofimov
  2024-05-16 15:46 ` [bug#70986] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.290 Sergey Trofimov
  2024-05-17 19:16 ` bug#70986: [PATCH 1/2] gnu: tdlib: Update to 1.8.29 Jonathan Brielmaier via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Trofimov @ 2024-05-16 15:27 UTC (permalink / raw)
  To: 70986; +Cc: Sergey Trofimov

* gnu/packages/messaging.scm (tdlib): Update to 1.8.29.
---
 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 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#70986] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.290.
  2024-05-16 15:27 [bug#70986] [PATCH 1/2] gnu: tdlib: Update to 1.8.29 Sergey Trofimov
@ 2024-05-16 15:46 ` Sergey Trofimov
  2024-05-17 19:16 ` bug#70986: [PATCH 1/2] gnu: tdlib: Update to 1.8.29 Jonathan Brielmaier via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Trofimov @ 2024-05-16 15:46 UTC (permalink / raw)
  To: 70986
  Cc: Sergey Trofimov, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#70986: [PATCH 1/2] gnu: tdlib: Update to 1.8.29.
  2024-05-16 15:27 [bug#70986] [PATCH 1/2] gnu: tdlib: Update to 1.8.29 Sergey Trofimov
  2024-05-16 15:46 ` [bug#70986] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.290 Sergey Trofimov
@ 2024-05-17 19:16 ` Jonathan Brielmaier via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Brielmaier via Guix-patches via @ 2024-05-17 19:16 UTC (permalink / raw)
  To: 70986-done

I pushed both patches.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-17 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16 15:27 [bug#70986] [PATCH 1/2] gnu: tdlib: Update to 1.8.29 Sergey Trofimov
2024-05-16 15:46 ` [bug#70986] [PATCH 2/2] gnu: emacs-telega: Update to 0.8.290 Sergey Trofimov
2024-05-17 19:16 ` bug#70986: [PATCH 1/2] gnu: tdlib: Update to 1.8.29 Jonathan Brielmaier via Guix-patches via

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).