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


From: guix-commits
Subject: branch master updated: gnu: emacs-dockerfile-mode: Update to 1.5.
Date: Sat, 04 Sep 2021 02:11:43 -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 526d1d7  gnu: emacs-dockerfile-mode: Update to 1.5.
526d1d7 is described below

commit 526d1d78bb936233e2b525355b4a20b44c6d2531
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 4 08:11:06 2021 +0200

    gnu: emacs-dockerfile-mode: Update to 1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.5.
---
 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 030809f..7f51e81 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23522,7 +23522,7 @@ constant expressions.")
 (define-public emacs-dockerfile-mode
   (package
     (name "emacs-dockerfile-mode")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
        (method git-fetch)
@@ -23532,7 +23532,7 @@ constant expressions.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ypkihd9si769r6k0lfrv8jq8mjv4gyhiwyi820sayfppvma5rj0"))))
+         "09pd8mfa45fy95mdg52fsafj3d1d5l52rskmw6q5np59dyzwch1b"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-s" ,emacs-s)))



reply via email to

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