guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tdlib: Remove version 1.8.0.


From: guix-commits
Subject: branch master updated: gnu: tdlib: Remove version 1.8.0.
Date: Fri, 17 Mar 2023 07:06:27 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 65f5398dfb gnu: tdlib: Remove version 1.8.0.
65f5398dfb is described below

commit 65f5398dfb2d15413dd2f559ed6d79a5307effd5
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Thu Mar 16 17:30:12 2023 +0800

    gnu: tdlib: Remove version 1.8.0.
    
    emacs-telega no longer depends on this package.
    
    * gnu/packages/messaging.scm (tdlib-1.8.0): Remove variable.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/messaging.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index bd10be5d7e..5ba7d166c0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2654,21 +2654,6 @@ 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))))
-              (file-name (git-file-name "tdlib" version))
-              (sha256
-               (base32
-                "19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q"))))))
-
 (define-public purple-mm-sms
   (package
     (name "purple-mm-sms")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]