gnu: python-mypy-extensions: Update to 1.0.0
* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.0.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
15b731954b
commit
52fd420877
|
@ -1813,14 +1813,14 @@ side effects when unit testing.")
|
||||||
(define-public python-mypy-extensions
|
(define-public python-mypy-extensions
|
||||||
(package
|
(package
|
||||||
(name "python-mypy-extensions")
|
(name "python-mypy-extensions")
|
||||||
(version "0.4.3")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mypy_extensions" version))
|
(uri (pypi-uri "mypy_extensions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a04qsk8hd1lqns8w1j7cr0vmvbhg450di5k1i16kqxkbf7q30id"))))
|
"10h7mwjjfbwxzq7jzaj1pnv9g6laa1k0ckgw72j44160bnazinvm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)); no tests
|
(arguments `(#:tests? #f)); no tests
|
||||||
(home-page "https://github.com/python/mypy_extensions")
|
(home-page "https://github.com/python/mypy_extensions")
|
||||||
|
|
Reference in New Issue