guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-editorconfig: Update to 0.8.1.


From: guix-commits
Subject: 01/02: gnu: emacs-editorconfig: Update to 0.8.1.
Date: Tue, 22 Oct 2019 16:50:13 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 60289141303683015136a542a5758434d6a7eb44
Author: Brian Leung <address@hidden>
Date:   Tue Oct 22 01:16:06 2019 -0700

    gnu: emacs-editorconfig: Update to 0.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.1.
---
 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 307b15c..3280907 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16249,7 +16249,7 @@ backends, including the @command{wordnet} offline 
backend.")
 (define-public emacs-editorconfig
   (package
     (name "emacs-editorconfig")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method git-fetch)
@@ -16259,7 +16259,7 @@ backends, including the @command{wordnet} offline 
backend.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
+         "1djlhkap7zddknzvjsjz0agpfsms1ih05zcpg1bikid2vs4gddyr"))))
     (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]