Merge pull request #187360 from r-ryantm/auto-update/python310Packages.blebox-uniapi

python310Packages.blebox-uniapi: 2.0.2 -> 2.1.0
This commit is contained in:
Jonas Heinrich 2022-08-20 14:31:36 +02:00 committed by GitHub
commit 13711c9ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
sha256 = "sha256-0Yiooy7YSUFjqqcyH2fPQ6AWuR0EJxfRRZTw/6JGcMA=";
sha256 = "sha256-mJaUB4kEm+eRh3Kc+SiTCSSmCmBEJBVZ5uah95MJX64=";
};
postPatch = ''