gnu: editorconfig-core-c: Update to 0.12.4.
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.4.
This commit is contained in:
parent
056175769f
commit
7395ea0de4
@ -709,7 +709,7 @@ in plain text file format.")
|
|||||||
(define-public editorconfig-core-c
|
(define-public editorconfig-core-c
|
||||||
(package
|
(package
|
||||||
(name "editorconfig-core-c")
|
(name "editorconfig-core-c")
|
||||||
(version "0.12.3")
|
(version "0.12.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -718,8 +718,7 @@ in plain text file format.")
|
|||||||
(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
|
(base32 "1311fhh2jfsja2hhk3nwb6nijlq03jw8dk35cwbrac0p9jvy03jx"))))
|
||||||
"0jkc69r4jwn4rih6h6cqvgljjc3ff49cxj8286mi515aczr48cm1"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
@ -730,15 +729,16 @@ in plain text file format.")
|
|||||||
(copy-recursively tests "tests"))
|
(copy-recursively tests "tests"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tests" ,(origin
|
`(("tests"
|
||||||
(method git-fetch)
|
,(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/editorconfig/editorconfig-core-test")
|
(uri (git-reference
|
||||||
(commit "6ea1d8ece62cac9cf72c79dce4879b046abe1fe7"))) ; matches version
|
(url "https://github.com/editorconfig/editorconfig-core-test")
|
||||||
(file-name (git-file-name "editorconfig-core-test" version))
|
;; The tests submodule commit matching this package's version.
|
||||||
(sha256
|
(commit "48610d43b7455af12195473377f93c4ceea654f5")))
|
||||||
(base32
|
(file-name (git-file-name "editorconfig-core-test" version))
|
||||||
"1sf6910idnd4bgzbj8w8f9ldsbkaqa0lh6syymwy3hfqda63acj7"))))))
|
(sha256
|
||||||
|
(base32 "1s29p4brmcsc3xsww3gk85dg45f1kk3iykh1air3ij0hymf5dyqy"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("pcre2" ,pcre2)))
|
`(("pcre2" ,pcre2)))
|
||||||
(home-page "https://editorconfig.org/")
|
(home-page "https://editorconfig.org/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user