unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: g@xelera.eu
To: 58003@debbugs.gnu.org
Cc: Giovanni Biscuolo <g@xelera.eu>
Subject: [bug#58003] [PATCH 2/2] gnu: emacs-telega: Use tdlib-1.8.0
Date: Thu, 22 Sep 2022 14:39:39 +0200	[thread overview]
Message-ID: <20220922123939.29693-1-g@xelera.eu> (raw)
In-Reply-To: <20220922122654.28933-1-g@xelera.eu>

From: Giovanni Biscuolo <g@xelera.eu>

emacs-telega is compatible with the latest TDLib major release 1.8.0

* gnu/packages/emacs-xyz.scm: (emacs-telega) Use tdlib-1.8.0 instead of latest tdlib
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2cca4eab69..a0154aa7aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29166,7 +29166,7 @@ (define-public emacs-telega-server
             (lambda _ (chdir ".."))))
       #:test-target "test"))
     (inputs
-     (list tdlib libappindicator))
+     (list tdlib-1.8.0 libappindicator))
     (native-inputs
      (list python pkg-config))
     (home-page "https://zevlg.github.io/telega.el/")
-- 
2.37.2





  parent reply	other threads:[~2022-09-22 13:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 12:26 [bug#58003] [PATCH 0/2] [DRAFT] Add tdlib-1.8.0 and use it for emacs telega g
2022-09-22 12:39 ` [bug#58003] [PATCH 1/2] gnu: Add tdlib-1.8.0 g
2022-09-22 12:39 ` g [this message]
2022-09-27  8:24 ` [bug#58003] [PATCH 0/2] [DRAFT] Add tdlib-1.8.0 and use it for emacs telega Zhu Zihao
2022-10-02 20:53 ` bug#58003: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220922123939.29693-1-g@xelera.eu \
    --to=g@xelera.eu \
    --cc=58003@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).