guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: editorconfig-core-c: Update to 0.12.5.


From: guix-commits
Subject: 03/04: gnu: editorconfig-core-c: Update to 0.12.5.
Date: Mon, 28 Jun 2021 19:10:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 624d477bc0dcd3a60898830805a08269c4bc3e7d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 28 19:46:31 2021 +0200

    gnu: editorconfig-core-c: Update to 0.12.5.
    
    * gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.5.
---
 gnu/packages/text-editors.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 23d0484..5ef6de0 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -788,7 +788,7 @@ in plain text file format.")
 (define-public editorconfig-core-c
   (package
     (name "editorconfig-core-c")
-    (version "0.12.4")
+    (version "0.12.5")
     (source
       (origin
         (method git-fetch)
@@ -797,7 +797,7 @@ in plain text file format.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1311fhh2jfsja2hhk3nwb6nijlq03jw8dk35cwbrac0p9jvy03jx"))))
+         (base32 "073sh18y0v8wm10iphaia54pkdmwylalccpn1k5i9dwyfjzgj7yg"))))
     (build-system cmake-build-system)
     (arguments
      '(#:phases



reply via email to

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