guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-docker: Update to 2.1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-docker: Update to 2.1.2.
Date: Wed, 23 Feb 2022 04:38:20 -0500

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 ec66f84824 gnu: emacs-docker: Update to 2.1.2.
ec66f84824 is described below

commit ec66f84824198f380d20126d3e4b2ea795fd205a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 23 10:37:04 2022 +0100

    gnu: emacs-docker: Update to 2.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.1.2.
---
 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 eb46478610..b08e9ec546 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24284,7 +24284,7 @@ constant expressions.")
 (define-public emacs-docker
   (package
     (name "emacs-docker")
-    (version "2.1.0")
+    (version "2.1.2")
     (source
      (origin
        (method git-fetch)
@@ -24293,7 +24293,7 @@ constant expressions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0afhyl45hi9wy1vamsai9yc8fi2sgap37win66c0l6k1bkhy154l"))))
+        (base32 "0wgdabjkcwi9a3615imny8xysbrydnlcz9rmkavp22kypk6ydcjw"))))
     (inputs
      (list emacs-undercover))
     (propagated-inputs



reply via email to

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