mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-telega-server: Update to 0.8.03.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.03.
This commit is contained in:
parent
5c06cca6a8
commit
e3327529f6
1 changed files with 45 additions and 47 deletions
|
@ -27575,19 +27575,17 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-telega-server
|
(define-public emacs-telega-server
|
||||||
(let ((commit "5739794d2d0c8a4e7b77c2e37a097e19f80ac9f0")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-telega-server")
|
(name "emacs-telega-server")
|
||||||
(version (git-version "0.8.2" revision commit))
|
(version "0.8.03")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/zevlg/telega.el")
|
(url "https://github.com/zevlg/telega.el")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1am0b2bjjkw7zd0yq39v015a08dcbk43j4d4h8y2q8hj53ryfk5a"))
|
(base32 "1ffy17i5fi1bw5r5m6x372c52hc1k83wxdxvi4z0hixyklj48nsv"))
|
||||||
(file-name (git-file-name "emacs-telega" version))
|
(file-name (git-file-name "emacs-telega" version))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "emacs-telega-path-placeholder.patch"
|
(search-patches "emacs-telega-path-placeholder.patch"
|
||||||
|
@ -27622,7 +27620,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
|
||||||
(synopsis "Server process of Telega")
|
(synopsis "Server process of Telega")
|
||||||
(description "Telega-server is helper program to interact with Telegram
|
(description "Telega-server is helper program to interact with Telegram
|
||||||
service, and connect it with Emacs via inter-process communication.")
|
service, and connect it with Emacs via inter-process communication.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-telega
|
(define-public emacs-telega
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue