diff mbox series

[bug#62218] gnu: tdlib: Remove version 1.8.0.

Message ID 20230316093012.5986-1-all_but_last@163.com
State New
Headers show
Series [bug#62218] gnu: tdlib: Remove version 1.8.0. | expand

Commit Message

Zhu Zihao March 16, 2023, 9:30 a.m. UTC
emacs-telega no longer depends on this package.

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

Comments

宋文武 March 17, 2023, 11:07 a.m. UTC | #1
Zhu Zihao <all_but_last@163.com> writes:

> emacs-telega no longer depends on this package.
>
> * gnu/packages/messaging.scm (tdlib-1.8.0): Remove variable.

Applied, thank you!
diff mbox series

Patch

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 @@  (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))))
-              (file-name (git-file-name "tdlib" version))
-              (sha256
-               (base32
-                "19psqpyh9a2kzfdhgqkirpif4x8pzy89phvi59dq155y30a3661q"))))))
-
 (define-public purple-mm-sms
   (package
     (name "purple-mm-sms")