all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergey Trofimov <sarg@sarg.org.ru>
To: 67571@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>,
	Sergey Trofimov <sarg@sarg.org.ru>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>,
	Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>
Subject: [bug#67571] [PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230.
Date: Sun, 31 Dec 2023 14:00:10 +0100	[thread overview]
Message-ID: <a679f7401c25452c3020dc36cc708fd63fa3713a.1704027282.git.sarg@sarg.org.ru> (raw)
In-Reply-To: <76b2f547c93bf00ce1826db5ac1a31ba0f2e57d0.1704027282.git.sarg@sarg.org.ru>

* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.230.
---
 gnu/packages/emacs-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 773cacb616..23698bd637 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34191,11 +34191,11 @@ (define-public emacs-helm-switch-to-repl
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+  (let ((commit "304705fa007c3dae3c5d0c6dc66641ae783f0081")
         (revision "0"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.203" revision commit))
+      (version (git-version "0.8.230" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -34203,7 +34203,7 @@ (define-public emacs-telega-server
                (url "https://github.com/zevlg/telega.el")
                (commit commit)))
          (sha256
-          (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
+          (base32 "02yxjaxpf2f6pjg3ixw7jvx56x6lfh30mnsmiz1p2yi64kyllaan"))
          (file-name (git-file-name "emacs-telega" version))
          (patches
           (search-patches "emacs-telega-path-placeholder.patch"
@@ -34282,7 +34282,6 @@ (define-public emacs-telega
                                 "/etc"))))))))
     (inputs
      (list emacs-telega-server ffmpeg))
-    (native-inputs '())
     (propagated-inputs
      (list emacs-visual-fill-column emacs-company
            emacs-rainbow-identifiers))
@@ -34303,8 +34302,6 @@ (define-public emacs-telega-contrib
             (lambda _ (chdir "contrib")))
           (add-before 'install-license-files 'leave-subdirectory
             (lambda _ (chdir ".."))))))
-    (inputs '())
-    (native-inputs '())
     (propagated-inputs
      (list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega))
     (synopsis "Contributed packages to Telega")
-- 
2.41.0





  reply	other threads:[~2023-12-31 13:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-01 20:30 [bug#67571] [PATCH 0/2] Update emacs-telega to 0.8.217 Sergey Trofimov
2023-12-01 20:36 ` [bug#67571] [PATCH 1/2] gnu: tdlib: Update to 1.8.21 Sergey Trofimov
2023-12-01 20:36 ` [bug#67571] [PATCH 2/2] gnu: emacs-telega-server: Update to 0.8.217 Sergey Trofimov
2023-12-08 16:20 ` [bug#67571] [PATCH v1 1/2] gnu: tdlib: Update to 1.8.22 Sergey Trofimov
2023-12-08 16:20   ` [bug#67571] [PATCH v1 2/2] gnu: emacs-telega-server: Update to 0.8.220 Sergey Trofimov
2023-12-08 17:00     ` Liliana Marie Prikler
2023-12-31 13:00 ` [bug#67571] [PATCH v2 1/2] gnu: tdlib: Update to 1.8.23 Sergey Trofimov
2023-12-31 13:00   ` Sergey Trofimov [this message]
2024-01-02  8:56 ` [bug#67571] [PATCH v3 " Sergey Trofimov
2024-01-02  8:56   ` [bug#67571] [PATCH v3 2/2] gnu: emacs-telega-server: Update to 0.8.230 Sergey Trofimov
2024-01-02  9:56   ` bug#67571: [PATCH v3 1/2] gnu: tdlib: Update to 1.8.23 Andrew Tropin via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a679f7401c25452c3020dc36cc708fd63fa3713a.1704027282.git.sarg@sarg.org.ru \
    --to=sarg@sarg.org.ru \
    --cc=67571@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.