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

python311Packages.kbcstorage: 0.7.2 -> 0.8.0
This commit is contained in:
Jörg Thalheim 2024-04-27 09:50:03 +02:00 committed by GitHub
commit 8b36aaa6e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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