From 00ae5abd703d1298ac4e069b8757de5ef02031e4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:42 +0100 Subject: [PATCH] python3Packages.mypy-boto3-builder: 8.5.0 -> 8.8.0 https://github.com/youtype/mypy_boto3_builder/releases/tag/8.8.0 --- .../python-modules/mypy-boto3-builder/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/mypy-boto3-builder/default.nix b/pkgs/development/python-modules/mypy-boto3-builder/default.nix index b7140620f795..18c0979b423d 100644 --- a/pkgs/development/python-modules/mypy-boto3-builder/default.nix +++ b/pkgs/development/python-modules/mypy-boto3-builder/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "mypy-boto3-builder"; - version = "8.5.0"; + version = "8.8.0"; pyproject = true; disabled = pythonOlder "3.12"; @@ -32,8 +32,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "youtype"; repo = "mypy_boto3_builder"; - rev = "refs/tags/${version}"; - hash = "sha256-ipi31Kbh7GdKQl7PzvR4tSWzjjHogrpHPPgzn8V/RTc="; + tag = version; + hash = "sha256-aDQ+zznHS0EyanmasT1wOtw0jgo6SYGlR6132XXmqTc="; }; build-system = [ poetry-core ]; @@ -70,7 +70,7 @@ buildPythonPackage rec { meta = with lib; { description = "Type annotations builder for boto3"; homepage = "https://github.com/youtype/mypy_boto3_builder"; - changelog = "https://github.com/youtype/mypy_boto3_builder/releases/tag/${version}"; + changelog = "https://github.com/youtype/mypy_boto3_builder/releases/tag/${src.tag}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; mainProgram = "mypy_boto3_builder";