gnu: python-lit: Update to 12.0.1.

* gnu/packages/check.scm (python-lit): Update to 12.0.1.
This commit is contained in:
Maxim Cournoyer 2021-09-07 23:12:26 -04:00
parent 00bd5d3e4f
commit 35b91ada73
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2186,14 +2186,14 @@ (define-public python-hypothesmith
(define-public python-lit (define-public python-lit
(package (package
(name "python-lit") (name "python-lit")
(version "0.5.1") (version "12.0.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
"0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97")))) "01yggsb73s2gbq36xwifxl6k5ll5lkss5rwz59k9h3jnbnn7m5fj"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases