gnu: emacs-telega: Update to 0.7.031.

* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.031.
This commit is contained in:
Nicolas Goaziou 2021-12-05 21:32:42 +01:00
parent e0e9aa116e
commit 6a8d2499ae
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27146,7 +27146,7 @@ (define-public emacs-helm-switch-to-repl
(define-public emacs-telega-server
(package
(name "emacs-telega-server")
(version "0.7.030")
(version "0.7.031")
(source
(origin
(method git-fetch)
@ -27154,7 +27154,7 @@ (define-public emacs-telega-server
(url "https://github.com/zevlg/telega.el")
(commit (string-append "v" version))))
(sha256
(base32 "1g29v5fgkqx43wsvh1npx0g3hj00n37lxgvxjvy85fs4h9226gl9"))
(base32 "05j82796s4k3yr0igl6hir3p8qj0cw66vvhbpbcy28d6q9v9vjjz"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"