guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: uncrustify: Update to 0.74.0.


From: guix-commits
Subject: branch master updated: gnu: uncrustify: Update to 0.74.0.
Date: Sun, 28 Nov 2021 02:21:10 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 460a389  gnu: uncrustify: Update to 0.74.0.
460a389 is described below

commit 460a38976a03f75f0902677da66e11e3322620ef
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 28 09:18:29 2021 +0200

    gnu: uncrustify: Update to 0.74.0.
    
    * gnu/packages/code.scm (uncrustify): Update to 0.74.0.
    [native-inputs]: Remove unzip.
---
 gnu/packages/code.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 29479ca..9bc9771 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -746,7 +746,7 @@ independent targets.")
 (define-public uncrustify
   (package
     (name "uncrustify")
-    (version "0.69.0")
+    (version "0.74.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -755,11 +755,10 @@ independent targets.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0sqrg13kp8fwymq40976bq380bzw40g4ss7ihlbq45d0f90ifa1k"))))
+                "0v48vhmzxjzysbf0vhxzayl2pkassvbabvwg84xd6b8n5i74ijxd"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("unzip" ,unzip)
-       ("python" ,python-wrapper)))
+     `(("python" ,python-wrapper)))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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