mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.mypy: 1.10.1 -> 1.11.2 (#336875)
This commit is contained in:
commit
457fc3f13f
@ -32,7 +32,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mypy";
|
||||
version = "1.10.1";
|
||||
version = "1.11.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
owner = "python";
|
||||
repo = "mypy";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-joV+elRaAICNQHkYuYtTDjvOUkHPsRkG1OLRvdxeIHc=";
|
||||
hash = "sha256-5gfqIBtI/G5HARYdXHjYNYNRxeNgrk9dnpSgvMSu9bw=";
|
||||
};
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
@ -131,6 +131,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Optional static typing for Python";
|
||||
homepage = "https://www.mypy-lang.org";
|
||||
changelog = "https://github.com/python/mypy/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
mainProgram = "mypy";
|
||||
maintainers = with maintainers; [ lnl7 ];
|
||||
|
Loading…
Reference in New Issue
Block a user