gnu: python-lit: Update to 0.5.1.
* gnu/packages/check.scm (python-lit): Update to 0.5.1.
This commit is contained in:
parent
4338d3f8a1
commit
8c2781f005
|
@ -1204,14 +1204,14 @@ seamlessly into your existing Python unit testing work flow.")
|
||||||
(define-public python-lit
|
(define-public python-lit
|
||||||
(package
|
(package
|
||||||
(name "python-lit")
|
(name "python-lit")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lit" version))
|
(uri (pypi-uri "lit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"135m2b9cwih85g66rjggavck328z7lj37srgpq3jxszbg0g2b91y"))))
|
"0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://llvm.org/")
|
(home-page "http://llvm.org/")
|
||||||
(synopsis "LLVM Software Testing Tool")
|
(synopsis "LLVM Software Testing Tool")
|
||||||
|
|
Loading…
Reference in New Issue