guix-commits
[Top][All Lists]
Advanced

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

07/38: gnu: emacs-editorconfig: Update to 0.10.1.


From: guix-commits
Subject: 07/38: gnu: emacs-editorconfig: Update to 0.10.1.
Date: Sun, 21 May 2023 08:55:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 09065403297c5eb48e712ea8f4080535863e1581
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 12:10:55 2023 +0200

    gnu: emacs-editorconfig: Update to 0.10.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.10.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 d41e39b3db..29d25aa9ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27068,7 +27068,7 @@ backends, including the @command{wordnet} offline 
backend.")
 (define-public emacs-editorconfig
   (package
     (name "emacs-editorconfig")
-    (version "0.9.1")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -27078,7 +27078,7 @@ backends, including the @command{wordnet} offline 
backend.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1v8x649r9b0ihnhddkkfb8ck21z2hr3swgczwgzwdk0ys6pl89my"))))
+         "1hwqhfm32sg4y0l0yn7378vjb6icgd92lkazy2z6dmnks5sbz0a3"))))
     (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]