Merge pull request #307138 from r-ryantm/auto-update/python311Packages.kbcstorage
python311Packages.kbcstorage: 0.7.2 -> 0.8.0
This commit is contained in:
commit
8b36aaa6e3
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sapi-python-client";
|
pname = "sapi-python-client";
|
||||||
version = "0.7.2";
|
version = "0.8.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||||
owner = "keboola";
|
owner = "keboola";
|
||||||
repo = "sapi-python-client";
|
repo = "sapi-python-client";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-uZo2kEq7zIMGRlhX36kZyihQPZegw5XgVzgVQQOmpc4=";
|
hash = "sha256-Xc4VD91Nhnj0UyWHpdwEaETJVH8Ue6/kuiKEMaiSR0g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue