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
(package
(name "python-lit")
(version "0.5.1")
(version "12.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lit" version))
(sha256
(base32
"0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97"))))
"01yggsb73s2gbq36xwifxl6k5ll5lkss5rwz59k9h3jnbnn7m5fj"))))
(build-system python-build-system)
(arguments
`(#:phases