summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-15 23:52:04 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:19:41 +0100
commitd43c5053fd6534a45eac608a3ca9603a1e0239a8 (patch)
tree414e8a037ebff6fd09e13ebe7be65b5061c3e53e /gnu/packages/python-check.scm
parentce43795dec4528ac4e58d16d455dacd661838777 (diff)
gnu: python-mypy: Update to 1.18.2.
* gnu/packages/python-check.scm (python-mypy): Update to 1.18.2. Change-Id: Ie868791669b01f401af7ff3ac655e9772d18eb26 Merges:: guix/guix!7207 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm15
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 7d3fae1632d..b8f99785012 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1859,14 +1859,16 @@ HTTP @code{multipart/form-data} parsers and generators.")
1859(define-public python-mypy 1859(define-public python-mypy
1860 (package 1860 (package
1861 (name "python-mypy") 1861 (name "python-mypy")
1862 (version "1.16.1") 1862 (version "1.18.2")
1863 (source 1863 (source
1864 (origin 1864 (origin
1865 (method url-fetch) 1865 (method git-fetch)
1866 (uri (pypi-uri "mypy" version)) 1866 (uri (git-reference
1867 (url "https://github.com/python/mypy")
1868 (commit (string-append "v" version))))
1869 (file-name (git-file-name name version))
1867 (sha256 1870 (sha256
1868 (base32 1871 (base32 "1nz5nxbw92milfq71df24p2nisw2q04gi8qh7f2p5az39y0fx1yq"))))
1869 "1avv8cj0qfhpw4s36bjhg994rml35fs4ndz78xg1r14l4050ml3b"))))
1870 (build-system pyproject-build-system) 1872 (build-system pyproject-build-system)
1871 (arguments 1873 (arguments
1872 (list 1874 (list
@@ -1890,8 +1892,7 @@ HTTP @code{multipart/form-data} parsers and generators.")
1890 python-pytest 1892 python-pytest
1891 python-pytest-xdist 1893 python-pytest-xdist
1892 python-setuptools 1894 python-setuptools
1893 python-types-setuptools 1895 python-types-setuptools))
1894 python-wheel))
1895 (propagated-inputs 1896 (propagated-inputs
1896 (list python-mypy-extensions 1897 (list python-mypy-extensions
1897 python-pathspec 1898 python-pathspec