gnu: uncrustify: Update to 0.68.1.
* gnu/packages/code.scm (uncrustify): Update to 0.68.1.master
parent
8c5160dbd5
commit
34843fe923
|
@ -540,7 +540,7 @@ independent targets.")
|
||||||
(define-public uncrustify
|
(define-public uncrustify
|
||||||
(package
|
(package
|
||||||
(name "uncrustify")
|
(name "uncrustify")
|
||||||
(version "0.67")
|
(version "0.68.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -548,10 +548,11 @@ independent targets.")
|
||||||
"uncrustify-" version ".zip"))
|
"uncrustify-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n13kq0nsm35fxhdp0f275n4x0w88hdv3bdjy0hgvv42x0dx5zyp"))))
|
"1jb3hmm11m2mgnypapak2lgyyvspnmx9bxd9dxis5swaja2ddxlg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)
|
||||||
|
("python" ,python-wrapper)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue