[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-docker: Update to 2.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-docker: Update to 2.2.0. |
Date: |
Mon, 11 Jul 2022 05:37:42 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5706fdc13f gnu: emacs-docker: Update to 2.2.0.
5706fdc13f is described below
commit 5706fdc13f2eac211f5ef53b3169ae294aaa8fe4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:37:01 2022 +0200
gnu: emacs-docker: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.2.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7b25c73e78..b50e6671f7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25026,7 +25026,7 @@ constant expressions.")
(define-public emacs-docker
(package
(name "emacs-docker")
- (version "2.1.2")
+ (version "2.2.0")
(source
(origin
(method git-fetch)
@@ -25035,7 +25035,7 @@ constant expressions.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0wgdabjkcwi9a3615imny8xysbrydnlcz9rmkavp22kypk6ydcjw"))))
+ (base32 "1743x2s7ss7h329yayima3pqi62f0qjv56g5y6b7iwk40wpnhv9v"))))
(inputs
(list emacs-undercover))
(propagated-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-docker: Update to 2.2.0.,
guix-commits <=