unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62218] [PATCH] gnu: tdlib: Remove version 1.8.0.
@ 2023-03-16  9:30 Zhu Zihao
  2023-03-17 11:07 ` bug#62218: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2023-03-16  9:30 UTC (permalink / raw)
  To: 62218; +Cc: Zhu Zihao

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(-)

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")
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62218: [PATCH] gnu: tdlib: Remove version 1.8.0.
  2023-03-16  9:30 [bug#62218] [PATCH] gnu: tdlib: Remove version 1.8.0 Zhu Zihao
@ 2023-03-17 11:07 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-17 11:07 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 62218-done

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-17 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16  9:30 [bug#62218] [PATCH] gnu: tdlib: Remove version 1.8.0 Zhu Zihao
2023-03-17 11:07 ` bug#62218: " 宋文武 via Guix-patches via

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).