mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 01:50:40 +00:00
python3Packages.modal: 1.5.2 -> 1.5.3
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user