python310Packages.blebox-uniapi: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm
2022-10-27 23:44:44 +00:00
committed by Robert Schütz
parent f985fa1f46
commit 91f998ce29
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.1.2";
version = "2.1.3";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
hash = "sha256-YOWzP89Qpj1o6OjCrtgT+UioJZKePAQOkb4dBeE4IYo=";
hash = "sha256-rgZ/nHihhPZnc8LLtsrAXDCQT1XaXOnI7xBid+6khfs=";
};
postPatch = ''