Skip to content

Commit

Permalink
python312Packages.yalexs-ble: 2.5.0 -> 2.5.1 (#358657)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 24, 2024
2 parents e348df2 + 041623d commit 11731f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yalexs-ble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.5.0";
version = "2.5.1";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-I8LasRfV0a13E3ewkIwWEj8Af9BFBs/Xi4O2z8WuyKI=";
hash = "sha256-AaDV2EBWCFR9uceWc+GtwhhkUEqRxxVNCgOvu0kFzUU=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit 11731f1

Please sign in to comment.