python3Packages.temporalio: 1.18.0 -> 1.18.1

This commit is contained in:
R. Ryantm
2025-10-03 04:25:36 +00:00
parent fe2a8ef0e1
commit 60f0905118
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "temporalio";
version = "1.18.0";
version = "1.18.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "temporalio";
repo = "sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-uFcy348o4e7DZ+12Lc52wfANFHYCyMfLL/clhRsdkcI=";
hash = "sha256-53UDG6eN7Jv8nUUh84I1SX9Gc+gZK66o6e4pqe9aWq4=";
fetchSubmodules = true;
};