We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7803c05 commit aa06c67Copy full SHA for aa06c67
pkgs/development/python-modules/localstack-ext/default.nix
@@ -21,13 +21,13 @@
21
22
buildPythonPackage rec {
23
pname = "localstack-ext";
24
- version = "4.0.3";
+ version = "4.1.1";
25
pyproject = true;
26
27
src = fetchPypi {
28
pname = "localstack_ext";
29
inherit version;
30
- hash = "sha256-vivEdEk32wJln8jfhrAtygO5CEvtsdXI7sxrj0dqIdA=";
+ hash = "sha256-Fgblk8eL5JnF4yLeH73yGuOeH9anSu1o9H1UxcjTyco=";
31
};
32
33
build-system = [
0 commit comments