[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: editorconfig-core-c: Update to 0.12.6.
From: |
guix-commits |
Subject: |
10/11: gnu: editorconfig-core-c: Update to 0.12.6. |
Date: |
Sun, 24 Sep 2023 05:56:27 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 8b4db5632992550f936b867a16bb43d85952c2f4
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Sep 15 19:50:54 2023 +0200
gnu: editorconfig-core-c: Update to 0.12.6.
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.6.
[#:phases]: Add ‘disable-failing-tests’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/text-editors.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 44c5754d6d..56554373be 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -826,7 +826,7 @@ in plain text file format.")
(define-public editorconfig-core-c
(package
(name "editorconfig-core-c")
- (version "0.12.5")
+ (version "0.12.6")
(source
(origin
(method git-fetch)
@@ -835,7 +835,7 @@ in plain text file format.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "073sh18y0v8wm10iphaia54pkdmwylalccpn1k5i9dwyfjzgj7yg"))))
+ (base32 "05qllpls3r95nfl14gqq3cv4lisf07fgn85n52w8blc5pfl1h93g"))))
(build-system cmake-build-system)
(arguments
'(#:phases
@@ -845,6 +845,13 @@ in plain text file format.")
(let ((tests (assoc-ref inputs "tests")))
(copy-recursively tests "tests"))
#t))
+ (add-after 'insert-tests 'disable-failing-tests
+ (lambda _
+ (substitute* "tests/parser/CMakeLists.txt"
+ (("# Test max property name and values")
+ "# Disabled: test max property name and values\nif(FALSE)\n")
+ (("# Test max section names")
+ "endif()\n\n# Test max section names"))))
(add-after 'install 'delete-static-library
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- branch gnome-team updated (e9ff5d51e3 -> afa9da8425), guix-commits, 2023/09/24
- 04/11: gnu: libshumate: Update to 1.0.5., guix-commits, 2023/09/24
- 05/11: gnu: pcre2: Install static libraries., guix-commits, 2023/09/24
- 06/11: gnu: qemu: Use pcre2., guix-commits, 2023/09/24
- 02/11: gnu: gnome-photos: Update to 43.1., guix-commits, 2023/09/24
- 03/11: gnu: totem: Update to 43.0., guix-commits, 2023/09/24
- 07/11: gnu: tracker: Update to 3.6.0., guix-commits, 2023/09/24
- 10/11: gnu: editorconfig-core-c: Update to 0.12.6.,
guix-commits <=
- 08/11: gnu: NetworkManager: Update to 1.44.0., guix-commits, 2023/09/24
- 09/11: gnu: gnome-text-editor: Add missing input., guix-commits, 2023/09/24
- 01/11: gnu: vala: Update to 0.56.13., guix-commits, 2023/09/24
- 11/11: gnu: gnome-text-editor: Update to 44.0., guix-commits, 2023/09/24