python3Packages.temporalio: 1.18.1 -> 1.18.2 (#457607)

This commit is contained in:
Yohann Boniface
2025-11-02 01:19:00 +00:00
committed by GitHub

View File

@@ -22,7 +22,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "temporalio"; pname = "temporalio";
version = "1.18.1"; version = "1.18.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "temporalio"; owner = "temporalio";
repo = "sdk-python"; repo = "sdk-python";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-53UDG6eN7Jv8nUUh84I1SX9Gc+gZK66o6e4pqe9aWq4="; hash = "sha256-EUys/UMblFVzICvMZmcGUXAqmtjPOdJKgtIx5TFB/9U=";
fetchSubmodules = true; fetchSubmodules = true;
}; };