Unverified Commit 1502af5a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.kbcstorage: 0.9.1 -> 0.9.2 (#360377)

parents 43a6c7cb c18529fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "sapi-python-client";
  version = "0.9.1";
  version = "0.9.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "keboola";
    repo = "sapi-python-client";
    rev = "refs/tags/${version}";
    hash = "sha256-4ykOwSQ1tM0ZviETkjU0ydg7FWjkGNysHQe+f9MS0MM=";
    hash = "sha256-30bAw5pYEUj0jeZWiJxzZ7lDs/+63tlcoLaHrUmYCs8=";
  };

  postPatch = ''