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.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-docker: Update to 2.1.0.
Date: Tue, 22 Feb 2022 02:01:17 -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 397b1d7108 gnu: emacs-docker: Update to 2.1.0.
397b1d7108 is described below

commit 397b1d7108e5ff7471d64dc9d03223400f4fb744
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 22 08:00:32 2022 +0100

    gnu: emacs-docker: Update to 2.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.1.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 1c12f589d8..814d2e7290 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24287,7 +24287,7 @@ constant expressions.")
 (define-public emacs-docker
   (package
     (name "emacs-docker")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -24296,7 +24296,7 @@ constant expressions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18irvpwlbjczrcijs0zdidsmzzdi2kn9d56iqb8nn1qfgydshql6"))))
+        (base32 "0afhyl45hi9wy1vamsai9yc8fi2sgap37win66c0l6k1bkhy154l"))))
     (inputs
      (list emacs-undercover))
     (propagated-inputs



reply via email to

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