python312Packages.kbcstorage: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2024-11-30 10:51:47 +00:00
parent e383460f09
commit c18529fe16

View File

@ -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 = ''