Skip to content

Commit

Permalink
Merge pull request NixOS#336090 from r-ryantm/auto-update/python312Pa…
Browse files Browse the repository at this point in the history
…ckages.blebox-uniapi

python312Packages.blebox-uniapi: 2.4.2 -> 2.5.0
  • Loading branch information
dotlambda authored Aug 20, 2024
2 parents 2de0f77 + 80f5ff1 commit 52518cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/blebox-uniapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.4.2";
version = "2.5.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
hash = "sha256-/NXAyEv4RR12/aoSodKiexKlC83GB1YQVAii8vf6U8c=";
hash = "sha256-johTs1AGvC6mGasK87ijhBNbHb1m36Ep9TR8XPG35d0=";
};

postPatch = ''
Expand Down

0 comments on commit 52518cc

Please sign in to comment.