Skip to content

Commit

Permalink
python312Packages.gardena-bluetooth: 1.4.3 -> 1.4.4 (#351397)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents c30de30 + 88a3819 commit 67e48a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gardena-bluetooth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "gardena-bluetooth";
version = "1.4.3";
version = "1.4.4";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "elupus";
repo = "gardena-bluetooth";
rev = "refs/tags/${version}";
hash = "sha256-H2v96G/mu17puq8jNyk6L9iuWUvRombPd+s6byNQ4Zw=";
hash = "sha256-BV4chGkVp9H7gJQGKQZ0e4IiizMjCbDAU5MMf7hS9mE=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 67e48a7

Please sign in to comment.