diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2026-03-03 19:49:18 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:23 +0100 |
| commit | df01541cde1d856c7f782a68e3ab82b2d066cbe1 (patch) | |
| tree | 7853fde540244821b45e9d2beedf3e1ff8593122 /gnu | |
| parent | 171b21a8f71e21e75f01f44d7db1805f8bcd5d9b (diff) | |
gnu: emacs-telega: Update to 0.8.601.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.601.
[propagated-inputs]: Remove emacs-company which is optional.
[native-inputs]: Delete empty list.
Change-Id: I77245943014043b4278e094192ca02b11f8b3e6c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4c4cdc32192..3d172fdcd1a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -41960,10 +41960,10 @@ service, and connect it with Emacs via inter-process communication.") | |||
| 41960 | (license license:gpl3+)))) | 41960 | (license license:gpl3+)))) |
| 41961 | 41961 | ||
| 41962 | (define-public emacs-telega | 41962 | (define-public emacs-telega |
| 41963 | (let ((commit "70945291fff62ad0c8c2d2c28cbad319138ae811")) | 41963 | (let ((commit "805819bf81dffe2922e9e06ae02d58429d03aa1a")) |
| 41964 | (package | 41964 | (package |
| 41965 | (name "emacs-telega") | 41965 | (name "emacs-telega") |
| 41966 | (version "0.8.600") ; see telega-version in telega.el | 41966 | (version "0.8.601") ; see telega-version in telega.el |
| 41967 | (source | 41967 | (source |
| 41968 | (origin | 41968 | (origin |
| 41969 | (method git-fetch) | 41969 | (method git-fetch) |
| @@ -41971,7 +41971,7 @@ service, and connect it with Emacs via inter-process communication.") | |||
| 41971 | (url "https://github.com/zevlg/telega.el") | 41971 | (url "https://github.com/zevlg/telega.el") |
| 41972 | (commit commit))) | 41972 | (commit commit))) |
| 41973 | (sha256 | 41973 | (sha256 |
| 41974 | (base32 "08z81m3aa7lf895iy5fkdp52qkvl2nw1r1k1k67dipnyrj4y2bfk")) | 41974 | (base32 "0d02ymr5fw6fknzf9ikaky48swd9yfp5zn846zlwb5083p6bpmis")) |
| 41975 | (file-name (git-file-name "emacs-telega" version)) | 41975 | (file-name (git-file-name "emacs-telega" version)) |
| 41976 | (patches | 41976 | (patches |
| 41977 | (search-patches "emacs-telega-test-env.patch")))) | 41977 | (search-patches "emacs-telega-test-env.patch")))) |
| @@ -42028,10 +42028,8 @@ service, and connect it with Emacs via inter-process communication.") | |||
| 42028 | (string-append ";; " all)))))))) | 42028 | (string-append ";; " all)))))))) |
| 42029 | (inputs | 42029 | (inputs |
| 42030 | (list emacs-telega-server ffmpeg tgs2png)) | 42030 | (list emacs-telega-server ffmpeg tgs2png)) |
| 42031 | (native-inputs '()) | ||
| 42032 | (propagated-inputs | 42031 | (propagated-inputs |
| 42033 | (list emacs-company | 42032 | (list emacs-transient ; requires 0.9.0 |
| 42034 | emacs-transient ; requires 0.9.0 | ||
| 42035 | emacs-visual-fill-column)) | 42033 | emacs-visual-fill-column)) |
| 42036 | (home-page "https://zevlg.github.io/telega.el/") | 42034 | (home-page "https://zevlg.github.io/telega.el/") |
| 42037 | (synopsis "GNU Emacs client for the Telegram messenger") | 42035 | (synopsis "GNU Emacs client for the Telegram messenger") |
