GNU bug report logs -
#50598
[PATCH] gnu: emacs-docker: Update to 1.4.0.
Previous Next
Reported by: Andrew Tropin <andrew <at> trop.in>
Date: Wed, 15 Sep 2021 06:24:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Sep 2021 09:27:41 +0200
with message-id <87o88j21le.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#50598] [PATCH] gnu: emacs-docker: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #50598,
regarding [PATCH] gnu: emacs-docker: Update to 1.4.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
50598: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50598
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
* 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
Hello,
Andrew Tropin <andrew <at> trop.in> writes:
> There was a report on our local comunnity, that emacs-docker is updated,
> but the dependency list is not and build fails, please add
> emacs-transient to propagated-inputs.
Oops, I had overlooked your patch. I applied it. Thank you for the heads up.
>
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.