Merge pull request #295617 from r-ryantm/auto-update/python312Packages.blebox-uniapi

python312Packages.blebox-uniapi: 2.2.2 -> 2.3.0
This commit is contained in:
Robert Schütz 2024-03-13 17:07:32 +00:00 committed by GitHub
commit 30d91b5918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.2.2";
version = "2.3.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
hash = "sha256-q1plIIcPY94zRD17srz5vMJzkk6K/xbbNIRB6zLlUo0=";
hash = "sha256-nqxbwHzx2cnojw/XX9XQoVvOCCd88tulY0m9xEHU3m4=";
};
postPatch = ''