python313Packages.ruuvitag-ble: 0.1.2 -> 0.2.1

Diff: https://github.com/Bluetooth-Devices/ruuvitag-ble/compare/refs/tags/v0.1.2...refs/tags/v0.2.1

Changed files
+2 -2
pkgs
development
python-modules
ruuvitag-ble
+2 -2
pkgs/development/python-modules/ruuvitag-ble/default.nix
···
buildPythonPackage rec {
pname = "ruuvitag-ble";
-
version = "0.1.2";
+
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "ruuvitag-ble";
tag = "v${version}";
-
hash = "sha256-J+807p2mE+VZ0oqldFtjdcNGsRTkAU54s6byQSGrng4=";
+
hash = "sha256-9aaAKb5Av2OMDGaSM9+tT0s++YYE0g1D01Le6RrMoMk=";
};
build-system = [ hatchling ];