nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.thermopro-ble: 1.0.0 -> 1.1.0

Diff: https://github.com/bluetooth-devices/thermopro-ble/compare/v1.0.0...v1.1.0

Changelog: https://github.com/Bluetooth-Devices/thermopro-ble/blob/v1.1.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/thermopro-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "thermopro-ble"; 17 - version = "1.0.0"; 17 + version = "1.1.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "bluetooth-devices"; 24 24 repo = "thermopro-ble"; 25 25 tag = "v${version}"; 26 - hash = "sha256-AlMwpDUFNz98KZRLi9TVqZ9sPXdLcVCvvVa0PXlv4q4="; 26 + hash = "sha256-m4koagyGOOuwFCctQK1oz5riwCbrC0I8js+bnrHxwMY="; 27 27 }; 28 28 29 29 build-system = [ poetry-core ];