guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-telega-server: Update to 0.8.2-0-5739794d.


From: guix-commits
Subject: 02/02: gnu: emacs-telega-server: Update to 0.8.2-0-5739794d.
Date: Wed, 19 Jan 2022 08:17:56 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 873b2eca94cb5da13602abe651c6707fe99ff14b
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Wed Jan 19 11:30:54 2022 +0000

    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 <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

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 <rostranjj@gmail.com>
 ;;; Copyright © 2020, 2021 Noah Evans <noah@nevans.me>
 ;;; Copyright © 2020 Brit Butler <brit@kingcons.io>
-;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org>
+;;; Copyright © 2021, 2022 Aleksandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka@gmail.com>
 ;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]