guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-editorconfig: Update to 0.8.0.


From: guix-commits
Subject: 02/05: gnu: emacs-editorconfig: Update to 0.8.0.
Date: Fri, 31 May 2019 04:22:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ea82e3b266e7bbea8065d171d44996c84d021e22
Author: Brian Leung <address@hidden>
Date:   Mon May 27 21:06:56 2019 +0200

    gnu: emacs-editorconfig: Update to 0.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.0.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 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 2c56a7c..941d346 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13459,7 +13459,7 @@ backends, including the @command{wordnet} offline 
backend.")
 (define-public emacs-editorconfig
   (package
     (name "emacs-editorconfig")
-    (version "0.7.14")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -13469,7 +13469,7 @@ backends, including the @command{wordnet} offline 
backend.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "19j2428ij7sqvrqs7rqg1mcnv9109y6drqba40dkv3vrkk5d2yia"))))
+         "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/editorconfig/editorconfig-emacs";)
     (synopsis "Define and maintain consistent coding styles between different



reply via email to

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