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:
Nicolas Goaziou 2022-02-18 11:50:30 +01:00
parent 5c06cca6a8
commit e3327529f6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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