gnu: uncrustify: Update to 0.69.0.

* gnu/packages/code.scm (uncrustify): Update to 0.69.0.
This commit is contained in:
Pierre Neidhardt 2019-05-14 11:47:08 +02:00
parent d03de6be0a
commit ae5de93ae2
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -541,7 +541,7 @@ (define-public makefile2graph
(define-public uncrustify
(package
(name "uncrustify")
(version "0.68.1")
(version "0.69.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -550,7 +550,7 @@ (define-public uncrustify
(file-name (git-file-name name version))
(sha256
(base32
"0gf6vjcfy8pl7idvwsd500ffj9hri62q0n79kpb6cnfprrqpbgf4"))))
"0sqrg13kp8fwymq40976bq380bzw40g4ss7ihlbq45d0f90ifa1k"))))
(build-system cmake-build-system)
(native-inputs
`(("unzip" ,unzip)