guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-dockerfile-mode: Update to 1.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-dockerfile-mode: Update to 1.6.
Date: Tue, 22 Feb 2022 03:33:33 -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 35080813bb gnu: emacs-dockerfile-mode: Update to 1.6.
35080813bb is described below

commit 35080813bb9dca5ffad535eb7ac923ec779b7ab6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 22 09:32:41 2022 +0100

    gnu: emacs-dockerfile-mode: Update to 1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.6.
---
 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 b84dc015da..5a8039f659 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24314,7 +24314,7 @@ constant expressions.")
 (define-public emacs-dockerfile-mode
   (package
     (name "emacs-dockerfile-mode")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -24324,7 +24324,7 @@ constant expressions.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09pd8mfa45fy95mdg52fsafj3d1d5l52rskmw6q5np59dyzwch1b"))))
+         "0nmybfc9qch0jng06qgs2xb41dl9v52ckc9nc20d7hv3x36w555x"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-s))



reply via email to

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