python3Packages.modal: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2026-07-24 00:49:10 +00:00
parent 3a4239e8fe
commit af5d9aee4c

View File

@@ -39,7 +39,7 @@
buildPythonPackage (finalAttrs: {
pname = "modal";
version = "1.5.2";
version = "1.5.3";
pyproject = true;
__structuredAttrs = true;
@@ -48,7 +48,7 @@ buildPythonPackage (finalAttrs: {
owner = "modal-labs";
repo = "modal-client";
tag = "py/v${finalAttrs.version}";
hash = "sha256-YWSf5xsap5zfy1KbAyamFmjEIe7qpRcj6TfuWf/Tu68=";
hash = "sha256-XVY+RzedSMVug+mZ6pioO5qYbR6gUaD5QJIENIPWgx8=";
};
sourceRoot = "${finalAttrs.src.name}/py";