[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH v5 09/16] gnu: xenon: Update to 0.9.3.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH v5 09/16] gnu: xenon: Update to 0.9.3. |
Date: |
Tue, 19 Nov 2024 08:45:57 +0100 |
* gnu/packages/code.scm (xenon): Update to 0.9.3.
[properties]: Add lint-hidden-cpe-vendors property.
---
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 04ca4dfd6b..5ed2126225 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -1054,14 +1054,14 @@ (define-public cscope
(define-public xenon
(package
(name "xenon")
- (version "0.9.0")
+ (version "0.9.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xenon" version))
(sha256
(base32
- "1f4gynjzfckm3rjfywwgz1c7icfx3zjqirf16aj73xv0c9ncpffj"))))
+ "1yj31bqz2bphvvyb0jkas7bxc2rw76rf1csz0mwmvah8pbc3hxaa"))))
(build-system python-build-system)
(arguments (list #:tests? #f)) ;test suite not shipped with the PyPI
archive
(inputs (list python-pyyaml python-radon python-requests))
@@ -1073,6 +1073,7 @@ (define-public xenon
line options, various thresholds can be set for the complexity of code. It
will fail (i.e., it will exit with a non-zero exit code) when any of these
requirements is not met.")
+ (properties '((lint-hidden-cpe-vendors . ("ashlar"))))
(license license:expat)))
(define-public python-xenon
--
2.46.0
- [bug#74034] [PATCH v5 01/16] cve: Add cpe-vendor and lint-hidden-cpe-vendors properties., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 02/16] gnu: halibut: Add cpe-vendor property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 04/16] gnu: folders: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 03/16] gnu: portfolio: Update to 1.0.1., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 07/16] gnu: cli: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 08/16] gnu: h2c: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 11/16] gnu: bwm-ng: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 09/16] gnu: xenon: Update to 0.9.3.,
Nicolas Graves <=
- [bug#74034] [PATCH v5 05/16] gnu: spectra: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 06/16] gnu: express: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 10/16] gnu: bolt: Update to 0.9.8., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 12/16] gnu: onedrive: Update to 2.5.2., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 13/16] gnu: got: Update to 0.104., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 15/16] gnu: immer: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 14/16] gnu: dex: Update to 0.10.1., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 16/16] gnu: cvs: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/19
- [bug#74034] [PATCH v5 01/16] cve: Add cpe-vendor and lint-hidden-cpe-vendors properties., Ludovic Courtès, 2024/11/20