1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #332735 from r-ryantm/auto-update/python312Packages.localstack

python312Packages.localstack: 3.5.0 -> 3.6.0
This commit is contained in:
Robert Schütz 2024-08-07 06:32:20 -07:00 committed by GitHub
commit 32b85e3534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,21 +18,24 @@
requests,
rich,
semver,
setuptools,
tailer,
}:
buildPythonPackage rec {
pname = "localstack";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "localstack";
repo = "localstack";
rev = "refs/tags/v${version}";
hash = "sha256-Sd5B4+pvUwNXfP3hsqBkUoHo06YyzUGCUHzc8f77Vx4=";
hash = "sha256-MAECVYO6+1JqSZN8PFvHcMWizeYBUnU+7o7l48uwpv4=";
};
build-system = [ setuptools ];
dependencies = [
apispec
boto3