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.68.1.


From: guix-commits
Subject: 01/01: gnu: uncrustify: Update to 0.68.1.
Date: Sun, 25 Nov 2018 08:41:56 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 34843fe9238a041616f063038557d85cd8a30165
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Nov 25 14:41:16 2018 +0100

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

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 7250325..1e863b0 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -540,7 +540,7 @@ independent targets.")
 (define-public uncrustify
   (package
     (name "uncrustify")
-    (version "0.67")
+    (version "0.68.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -548,10 +548,11 @@ independent targets.")
                     "uncrustify-" version ".zip"))
               (sha256
                (base32
-                "0n13kq0nsm35fxhdp0f275n4x0w88hdv3bdjy0hgvv42x0dx5zyp"))))
+                "1jb3hmm11m2mgnypapak2lgyyvspnmx9bxd9dxis5swaja2ddxlg"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("unzip" ,unzip)))
+     `(("unzip" ,unzip)
+       ("python" ,python-wrapper)))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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