gnu: python-lit: Update to 0.5.1.

* gnu/packages/check.scm (python-lit): Update to 0.5.1.
master
Tobias Geerinckx-Rice 2017-12-25 00:42:09 +00:00
parent 4338d3f8a1
commit 8c2781f005
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1204,14 +1204,14 @@ seamlessly into your existing Python unit testing work flow.")
(define-public python-lit
(package
(name "python-lit")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lit" version))
(sha256
(base32
"135m2b9cwih85g66rjggavck328z7lj37srgpq3jxszbg0g2b91y"))))
"0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97"))))
(build-system python-build-system)
(home-page "http://llvm.org/")
(synopsis "LLVM Software Testing Tool")