GNU bug report logs - #58003
[PATCH 0/2] [DRAFT] Add tdlib-1.8.0 and use it for emacs telega

Previous Next

Package: guix-patches;

Reported by: g <at> xelera.eu

Date: Thu, 22 Sep 2022 12:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 58003 <at> debbugs.gnu.org (full text, mbox):

From: g <at> xelera.eu
To: 58003 <at> debbugs.gnu.org
Cc: Giovanni Biscuolo <g <at> xelera.eu>
Subject: [PATCH 1/2] gnu: Add tdlib-1.8.0.
Date: Thu, 22 Sep 2022 14:39:13 +0200
From: Giovanni Biscuolo <g <at> xelera.eu>

This is needed for emacs-telega 0.8.3

* gnu/packages/messaging.scm (tdlib-1.8.0): New variable.
---
 gnu/packages/messaging.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b5600d4baf..60689c1ae6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -36,6 +36,7 @@
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
 ;;; Copyright © 2022 Jack Hill <jackhill <at> jackhill.us>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2022 Giovanni Biscuolo <g <at> xelera.eu>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2685,6 +2686,20 @@ (define-public tdlib
     (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")
-- 
2.37.2





This bug report was last modified 2 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.