all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 50598@debbugs.gnu.org
Subject: [bug#50598] [PATCH] gnu: emacs-docker: Update to 1.4.0.
Date: Wed, 15 Sep 2021 09:23:37 +0300	[thread overview]
Message-ID: <875yv2jr12.fsf@trop.in> (raw)

[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]

* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 1.4.0.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9797503be8..81b39150c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23541,7 +23541,7 @@ constant expressions.")
 (define-public emacs-docker
   (package
     (name "emacs-docker")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23550,7 +23550,7 @@ constant expressions.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1g8r1faqp0z0vqp9qrl8m84pa0v2ddvc91klphdkfmldwv7rfipw"))))
+                "0s57dq04d97dvrbxzicyk5z9f1mn8gf9w4nbgrxd9dnjqz335173"))))
     (inputs
      `(("emacs-undercover" ,emacs-undercover)))
     (propagated-inputs
@@ -23558,6 +23558,7 @@ constant expressions.")
        ("emacs-docker-tramp" ,emacs-docker-tramp)
        ("emacs-magit-popup" ,emacs-magit-popup)
        ("emacs-s" ,emacs-s)
+       ("emacs-transient" ,emacs-transient)
        ("emacs-tablist" ,emacs-tablist)
        ("emacs-json-mode" ,emacs-json-mode)))
     (arguments
-- 
2.33.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2021-09-15  6:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-15  6:23 Andrew Tropin [this message]
2021-09-23  7:15 ` [bug#50598] [PATCH] gnu: emacs-docker: Update to 1.4.0 Andrew Tropin
2021-09-23  7:27   ` bug#50598: " Nicolas Goaziou

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=875yv2jr12.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=50598@debbugs.gnu.org \
    /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.