civodul pushed a commit to branch master
in repository guix.
commit abc232c42d0a80143aba5875213e6d5a843e3d25
Author: Giovanni Biscuolo <[email protected]>
AuthorDate: Thu Sep 22 14:39:13 2022 +0200
gnu: Add tdlib-1.8.0.
This is needed for emacs-telega 0.8.3
* gnu/packages/messaging.scm (tdlib-1.8.0): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/messaging.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c19ec45a35..dcd602c7c0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -36,6 +36,7 @@
;;; Copyright © 2022 Jai Vetrivelan <[email protected]>
;;; Copyright © 2022 Jack Hill <[email protected]>
;;; Copyright © 2022 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2022 Giovanni Biscuolo <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2685,6 +2686,20 @@ support for high performance Telegram Bot creation.")
(home-page "https://core.telegram.org/tdlib")
(license license:boost1.0)))
+(define-public tdlib-1.8.0
+ (package
+ (inherit tdlib)
+ (name "tdlib-1.8.0")
+ (version "1.8.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tdlib/td")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q"))))))
+
(define-public purple-mm-sms
(package
(name "purple-mm-sms")