Merge pull request #284555 from r-ryantm/auto-update/python311Packages.blebox-uniapi

python311Packages.blebox-uniapi: 2.2.0 -> 2.2.1
This commit is contained in:
Robert Schütz 2024-01-28 18:48:59 +00:00 committed by GitHub
commit 8f5a43ef77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.2.0";
version = "2.2.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
hash = "sha256-cLSI6wa3gHE0QkSVVWMNpb5fyQy0TLDNSqOuGlDJGJc=";
hash = "sha256-aVYk/N8dH0jc9BLQ2nZXulMCUqwEWpSX/JTiAxdn2sM=";
};
postPatch = ''