[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: python-lit: Update to 17.0.6.
From: |
guix-commits |
Subject: |
02/09: gnu: python-lit: Update to 17.0.6. |
Date: |
Sun, 3 Dec 2023 03:09:43 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 6897a6a48164768785d09055c7048c2bfc3745c3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Dec 1 10:11:25 2023 +0200
gnu: python-lit: Update to 17.0.6.
* gnu/packages/check.scm (python-lit): Update to 17.0.6.
[native-inputs]: Remove llvm-14; add llvm.
Change-Id: I45ccc5302c2481b82f26201e66994e15eeaecc9d
---
gnu/packages/check.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1f5b886977..c295e326c9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2358,14 +2358,14 @@ programs, something like CSmith, a random generator of
C programs.")
(define-public python-lit
(package
(name "python-lit")
- (version "16.0.0")
+ (version "17.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lit" version))
(sha256
(base32
- "04dyv8b2nbdbn61zdgm042a21dwidyapn9zbinlf879a29rc6jiw"))))
+ "06z3p85gsy5hw3rbk0ym8aig9mvry1327gz7dfjhjigwandszafz"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -2374,8 +2374,8 @@ programs, something like CSmith, a random generator of C
programs.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "python" "lit.py" "tests")))))))
- (native-inputs
- (list llvm-14))
+ ;; This can be built with any version of llvm.
+ (native-inputs (list llvm))
(home-page "https://llvm.org/")
(synopsis "LLVM Software Testing Tool")
(description "@code{lit} is a portable tool for executing LLVM and Clang
- branch master updated (06ebc45e15 -> 8267a3a206), guix-commits, 2023/12/03
- 01/09: gnu: ldc: Enable building on more architectures., guix-commits, 2023/12/03
- 02/09: gnu: python-lit: Update to 17.0.6.,
guix-commits <=
- 07/09: gnu: zig: Add tuning information., guix-commits, 2023/12/03
- 04/09: gnu: zig: Build with baseline cpu by default., guix-commits, 2023/12/03
- 05/09: gnu: ncdu-2: Remove redundant make-flag., guix-commits, 2023/12/03
- 08/09: transformations: Add support for zig., guix-commits, 2023/12/03
- 09/09: gnu: ncdu-2: Mark as tunable., guix-commits, 2023/12/03
- 03/09: gnu: ldc: Update to 1.35.0., guix-commits, 2023/12/03
- 06/09: gnu: llvm: Export clang-properties., guix-commits, 2023/12/03