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

python312Packages.blebox-uniapi: 2.4.2 -> 2.5.0
This commit is contained in:
Robert Schütz
2024-08-20 11:37:26 -07:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.4.2";
version = "2.5.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
hash = "sha256-/NXAyEv4RR12/aoSodKiexKlC83GB1YQVAii8vf6U8c=";
hash = "sha256-johTs1AGvC6mGasK87ijhBNbHb1m36Ep9TR8XPG35d0=";
};
postPatch = ''