From 873b2eca94cb5da13602abe651c6707fe99ff14b Mon Sep 17 00:00:00 2001 From: Aleksandr Vityazev Date: Wed, 19 Jan 2022 11:30:54 +0000 Subject: gnu: emacs-telega-server: Update to 0.8.2-0-5739794d. * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.2-0-5739794d. Signed-off-by: Nicolas Goaziou --- gnu/packages/emacs-xyz.scm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'gnu/packages/emacs-xyz.scm') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f25481e2e6..267b0b3dfa 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -90,7 +90,7 @@ ;;; Copyright © 2020 Jonathan Rostran ;;; Copyright © 2020, 2021 Noah Evans ;;; Copyright © 2020 Brit Butler -;;; Copyright © 2021 Alexandr Vityazev +;;; Copyright © 2021, 2022 Aleksandr Vityazev ;;; Copyright © 2021 Yurii Kholodkov ;;; Copyright © 2021 Alexey Abramov ;;; Copyright © 2021 Xinglu Chen @@ -26808,11 +26808,11 @@ other @code{helm-type-file} sources such as @code{helm-locate}.") (license license:gpl3+))) (define-public emacs-telega-server - (let ((commit "b4a5e206bd259f3d7f7633a725b2990704d6a1e8") - (revision "1")) + (let ((commit "5739794d2d0c8a4e7b77c2e37a097e19f80ac9f0") + (revision "0")) (package (name "emacs-telega-server") - (version (git-version "0.7.15" revision commit)) + (version (git-version "0.8.2" revision commit)) (source (origin (method git-fetch) @@ -26820,7 +26820,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.") (url "https://github.com/zevlg/telega.el") (commit commit))) (sha256 - (base32 "0gr4nmpk175hxmj357bpzaqywbjc6dmmvfxnyzkh884vyzbwdxlc")) + (base32 "1am0b2bjjkw7zd0yq39v015a08dcbk43j4d4h8y2q8hj53ryfk5a")) (file-name (git-file-name "emacs-telega" version)) (patches (search-patches "emacs-telega-path-placeholder.patch" @@ -26836,12 +26836,11 @@ other @code{helm-type-file} sources such as @code{helm-locate}.") (add-before 'configure 'enter-subdirectory (lambda _ (chdir "server"))) (replace 'configure - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (substitute* "run_tests.py" - (("^(TELEGA_SERVER = ).*$" _all prefix) - (string-append prefix - "\"" out "/bin/telega-server\"\n")))))) + (lambda _ + (substitute* "run_tests.py" + (("^(TELEGA_SERVER = ).*$" _all prefix) + (string-append prefix + "\"" #$output "/bin/telega-server\"\n"))))) (delete 'check) (add-after 'install 'check (assoc-ref %standard-phases 'check)) -- cgit v1.2.3