[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: uncrustify: Update to 0.75.1.
From: |
guix-commits |
Subject: |
03/07: gnu: uncrustify: Update to 0.75.1. |
Date: |
Mon, 29 Aug 2022 12:23:51 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 309935a0164d44f0a9c0a02459b53c2dd936b7e3
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Aug 28 02:04:04 2022 +0200
gnu: uncrustify: Update to 0.75.1.
* gnu/packages/code.scm (uncrustify): Update to 0.75.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/code.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index f4855e12e9..cc0abedd35 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2021 lu hui <luhuins@163.com>
;;; Copyright © 2021, 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -744,7 +745,7 @@ independent targets.")
(define-public uncrustify
(package
(name "uncrustify")
- (version "0.74.0")
+ (version "0.75.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -753,7 +754,7 @@ independent targets.")
(file-name (git-file-name name version))
(sha256
(base32
- "0v48vhmzxjzysbf0vhxzayl2pkassvbabvwg84xd6b8n5i74ijxd"))))
+ "1mzzzd4alajjdshbjd2a5mddqcpag8yyss72n09mfpialzyf7g60"))))
(build-system cmake-build-system)
(native-inputs
`(("python" ,python-wrapper)))
- branch master updated (6e83d294ce -> 9529384c92), guix-commits, 2022/08/29
- 02/07: gnu: rr: Update to 5.6.0., guix-commits, 2022/08/29
- 04/07: gnu: gnupg: Use mirror URL., guix-commits, 2022/08/29
- 05/07: gnu: snakemake-7: Fix cluster execution bug, guix-commits, 2022/08/29
- 01/07: gnu: Add python-django-cleanup., guix-commits, 2022/08/29
- 03/07: gnu: uncrustify: Update to 0.75.1.,
guix-commits <=
- 06/07: gnu: snakemake-6: Convert dependencies to propagated-inputs, guix-commits, 2022/08/29
- 07/07: gnu: snakemake-7: Convert dependencies to propagated-inputs, guix-commits, 2022/08/29