Unverified Commit f492e2f1 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 65cefb44 15b63aca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "temporalio";
  version = "1.18.1";
  version = "1.18.2";
  pyproject = true;

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