guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-dotenv-mode: Update to 0.2.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-dotenv-mode: Update to 0.2.5.
Date: Wed, 17 Feb 2021 18:12:36 -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 0a5e76e  gnu: emacs-dotenv-mode: Update to 0.2.5.
0a5e76e is described below

commit 0a5e76e2f9ddb5df535eb4f98eb4f3903d4dfee6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 00:12:03 2021 +0100

    gnu: emacs-dotenv-mode: Update to 0.2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-dotenv-mode): Update to 0.2.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 e346c4d..422a3e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22605,7 +22605,7 @@ files, and sends rendered Markdown to a web browser.")
 (define-public emacs-dotenv-mode
   (package
     (name "emacs-dotenv-mode")
-    (version "0.2.4")
+    (version "0.2.5")
     (source
      (origin
        (method git-fetch)
@@ -22615,7 +22615,7 @@ files, and sends rendered Markdown to a web browser.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
+         "0ys1czramj3c8zbnxxc599bqc0nqp3nnn3n45ac9cjglx5iaydq3"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/preetpalS/emacs-dotenv-mode";)
     (synopsis "Major mode for @file{.env} files")



reply via email to

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