mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: uncrustify: Update to 0.69.0.
* gnu/packages/code.scm (uncrustify): Update to 0.69.0.
This commit is contained in:
parent
d03de6be0a
commit
ae5de93ae2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue