Unverified Commit 8b36aaa6 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #307138 from r-ryantm/auto-update/python311Packages.kbcstorage

python311Packages.kbcstorage: 0.7.2 -> 0.8.0
parents 7805badd 6db44706
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "sapi-python-client";
  version = "0.7.2";
  version = "0.8.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "keboola";
    repo = "sapi-python-client";
    rev = "refs/tags/${version}";
    hash = "sha256-uZo2kEq7zIMGRlhX36kZyihQPZegw5XgVzgVQQOmpc4=";
    hash = "sha256-Xc4VD91Nhnj0UyWHpdwEaETJVH8Ue6/kuiKEMaiSR0g=";
  };

  postPatch = ''