Skip to content

Commit aa06c67

Browse files
committed
python3Packages.localstack-ext: 4.0.3 -> 4.1.1
1 parent 7803c05 commit aa06c67

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/localstack-ext

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/localstack-ext/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
buildPythonPackage rec {
2323
pname = "localstack-ext";
24-
version = "4.0.3";
24+
version = "4.1.1";
2525
pyproject = true;
2626

2727
src = fetchPypi {
2828
pname = "localstack_ext";
2929
inherit version;
30-
hash = "sha256-vivEdEk32wJln8jfhrAtygO5CEvtsdXI7sxrj0dqIdA=";
30+
hash = "sha256-Fgblk8eL5JnF4yLeH73yGuOeH9anSu1o9H1UxcjTyco=";
3131
};
3232

3333
build-system = [

0 commit comments

Comments
 (0)