diff options
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 46c61d9f0a..2aa90e3938 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2015,7 +2015,7 @@ while the ones that are not being actively edited will be reduced to a smaller size.") (license license:expat)))) -(define-public emacs-zoom +(define-public emacs-zoom (package (name "emacs-zoom") (version "0.3.0") @@ -40241,11 +40241,10 @@ other @code{helm-type-file} sources such as @code{helm-locate}.") (license license:gpl3+))) (define-public emacs-telega-server - (let ((commit "879a8c7afc8967942613b6b898d9ea8c1f3641bf") - (revision "0")) + (let ((commit "f5b48d2a605c1383ddb8522ed315b625115f16a6")) (package (name "emacs-telega-server") - (version (git-version "0.8.2" revision commit)) + (version "0.8.5") (source (origin (method git-fetch) @@ -40253,7 +40252,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.") (url "https://github.com/zevlg/telega.el") (commit commit))) (sha256 - (base32 "1ic14hzzgjxpky1r3mz4v72si9hw8cw72420a9lnpdaiw99l8q7h")) + (base32 "12h4jvqzw2s30c1wxd26qa9m8fhpb2nc1ijh05781fkxd7sqrdkr")) (file-name (git-file-name "emacs-telega" version)))) (build-system gnu-build-system) (arguments @@ -40288,11 +40287,10 @@ service, and connect it with Emacs via inter-process communication.") (license license:gpl3+)))) (define-public emacs-telega - (let ((commit "1cedc1a8c838102b342d537a742e5eab3dfad3ce") - (revision "0")) + (let ((commit "50eea5dea4fdfb9fff46d71e3c3bcc6dbf09f26a")) (package (name "emacs-telega") - (version (git-version "0.8.522" revision commit)) + (version "0.8.554") (source (origin (method git-fetch) @@ -40300,7 +40298,7 @@ service, and connect it with Emacs via inter-process communication.") (url "https://github.com/zevlg/telega.el") (commit commit))) (sha256 - (base32 "036k7vnh6i6la1sa854f4l8phx5ymvgqrx6qqpnsssr5yd0a7drb")) + (base32 "1w0hpiaaj6p5nlmdi99psc0lmvmy65d27pz2vv3gafp2la4dplgx")) (file-name (git-file-name "emacs-telega" version)) (patches (search-patches "emacs-telega-path-placeholder.patch" |