mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: editorconfig-core-c: Update to 0.12.5.
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.5.
This commit is contained in:
parent
10b5a201ba
commit
624d477bc0
1 changed files with 2 additions and 2 deletions
|
@ -788,7 +788,7 @@ (define-public manuskript
|
||||||
(define-public editorconfig-core-c
|
(define-public editorconfig-core-c
|
||||||
(package
|
(package
|
||||||
(name "editorconfig-core-c")
|
(name "editorconfig-core-c")
|
||||||
(version "0.12.4")
|
(version "0.12.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -797,7 +797,7 @@ (define-public editorconfig-core-c
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1311fhh2jfsja2hhk3nwb6nijlq03jw8dk35cwbrac0p9jvy03jx"))))
|
(base32 "073sh18y0v8wm10iphaia54pkdmwylalccpn1k5i9dwyfjzgj7yg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue