guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-editorconfig: Update to 0.9.1.


From: guix-commits
Subject: 01/07: gnu: emacs-editorconfig: Update to 0.9.1.
Date: Tue, 8 Nov 2022 16:23:35 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8f1893ea2b495a15366df12758d534984e50dcdb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 8 21:14:31 2022 +0100

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