python312Packages.plux: 1.10.0 -> 1.11.0 (#327859)
This commit is contained in:
commit
c82877b540
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "plux";
|
||||
version = "1.10.0";
|
||||
version = "1.11.0";
|
||||
pyproject = true;
|
||||
|
||||
# Tests are not available from PyPi
|
||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "localstack";
|
||||
repo = "plux";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-krlI7WimBluzkw3MVtGeotK5NFf+gsaUfL4CfhNPfpE=";
|
||||
hash = "sha256-M4N3Ccuw95OcLsWQVtITv4QShBJKliTh5QIoqji8x9o=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
Loading…
Reference in New Issue
Block a user