me
/
guix
Archived
1
0
Fork 0

gnu: python-lit: Update to 16.0.0.

* gnu/packages/check.scm (python-lit): Update to 16.0.0.
[native-inputs]: Replace llvm with llvm-14.
master
Efraim Flashner 2023-04-10 16:49:25 +03:00
parent 2bde53c594
commit 970247e9f5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -2347,14 +2347,14 @@ programs, something like CSmith, a random generator of C programs.")
(define-public python-lit
(package
(name "python-lit")
(version "14.0.3")
(version "16.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lit" version))
(sha256
(base32
"162x7pddwl395c3mdb0mfn3f5z24x1jz6g27x303lfxpzidnn4m4"))))
"04dyv8b2nbdbn61zdgm042a21dwidyapn9zbinlf879a29rc6jiw"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -2363,7 +2363,7 @@ programs, something like CSmith, a random generator of C programs.")
(lambda _
(invoke "python" "lit.py" "tests"))))))
(native-inputs
(list llvm))
(list llvm-14))
(home-page "https://llvm.org/")
(synopsis "LLVM Software Testing Tool")
(description "@code{lit} is a portable tool for executing LLVM and Clang