guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-editorconfig: Update to 0.9.0.


From: guix-commits
Subject: 02/03: gnu: emacs-editorconfig: Update to 0.9.0.
Date: Mon, 24 Oct 2022 10:24:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6def368fe2542599acf924d49dab97a61b3876c1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 24 16:21:09 2022 +0200

    gnu: emacs-editorconfig: Update to 0.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.9.0.
---
 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 0997300320..4c2817cf66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24679,7 +24679,7 @@ backends, including the @command{wordnet} offline 
backend.")
 (define-public emacs-editorconfig
   (package
     (name "emacs-editorconfig")
-    (version "0.8.2")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -24689,7 +24689,7 @@ backends, including the @command{wordnet} offline 
backend.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1lqxgc24gr67yhi64i9v4w2dcjhpx99jg1kr25gr2byqkkdldkz0"))))
+         "0k1dnws3xz0xynplaar0f5dwpvdmsnqi0bnavjmvcm98jrczmk8y"))))
     (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]