gnu: emacs-telega: Update to 0.7.1.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.7.1.
This commit is contained in:
Brett Gilio 2020-12-02 18:13:14 -06:00
parent 71cb686a02
commit 003367b4d3
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -23581,9 +23581,9 @@ (define-public emacs-telega
;; This package has versions newer than indicated on MELPA.
;; Get the current version from `telega-version` in telega.el.
;; or by running M-x telega-version.
(let ((commit "e53996777570a5bed84d21f6c8defd4f51c8e255")
(let ((commit "04e53d44f5a5ccffeef40ba8c3d58f1572e5c752")
(revision "0")
(version "0.6.28"))
(version "0.7.1"))
(package
(name "emacs-telega")
(version (git-version version revision commit))
@ -23595,7 +23595,7 @@ (define-public emacs-telega
(commit commit)))
(sha256
(base32
"058x6svgy33lyqjqq0l3byv8bysqig9jmh3kx8shaqr0ypfrjhi3"))
"1zrfwa7wqica93399k7myy8zxixzv8dqkqy7ky81bgxsngjxir97"))
(patches (search-patches
"emacs-telega-patch-server-functions.patch"
"emacs-telega-test-env.patch"))