python310Packages.blebox-uniapi: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2022-10-17 22:13:56 +00:00
parent 87c6a9a57c
commit 475107ae61

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.1.1";
version = "2.1.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
hash = "sha256-F0zvfqbcQCgpr9//TfhUHVT5KofFSyzRKWkLw4I4gxk=";
hash = "sha256-YOWzP89Qpj1o6OjCrtgT+UioJZKePAQOkb4dBeE4IYo=";
};
postPatch = ''