python313Packages.ruuvitag-ble: 0.1.2 -> 0.2.1 (#433042)

authored by Fabian Affolter and committed by GitHub 7591bb57 c7433022

+2 -2
+2 -2
pkgs/development/python-modules/ruuvitag-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "ruuvitag-ble"; 17 - version = "0.1.2"; 17 + version = "0.2.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "Bluetooth-Devices"; 24 24 repo = "ruuvitag-ble"; 25 25 tag = "v${version}"; 26 - hash = "sha256-J+807p2mE+VZ0oqldFtjdcNGsRTkAU54s6byQSGrng4="; 26 + hash = "sha256-9aaAKb5Av2OMDGaSM9+tT0s++YYE0g1D01Le6RrMoMk="; 27 27 }; 28 28 29 29 build-system = [ hatchling ];