guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: uncrustify: Update to 0.69.0.


From: guix-commits
Subject: 01/01: gnu: uncrustify: Update to 0.69.0.
Date: Tue, 14 May 2019 05:47:26 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit ae5de93ae2d994dcf555cec0eec6bbd8024321f6
Author: Pierre Neidhardt <address@hidden>
Date:   Tue May 14 11:47:08 2019 +0200

    gnu: uncrustify: Update to 0.69.0.
    
    * gnu/packages/code.scm (uncrustify): Update to 0.69.0.
---
 gnu/packages/code.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 51fc218..c5dfa4a 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -541,7 +541,7 @@ independent targets.")
 (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 @@ independent targets.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gf6vjcfy8pl7idvwsd500ffj9hri62q0n79kpb6cnfprrqpbgf4"))))
+                "0sqrg13kp8fwymq40976bq380bzw40g4ss7ihlbq45d0f90ifa1k"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("unzip" ,unzip)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]