lol

python313Packages.sense-energy: 0.13.6 -> 0.13.7

Diff: https://github.com/scottbonline/sense/compare/refs/tags/0.13.6...0.13.7

Changelog: https://github.com/scottbonline/sense/releases/tag/0.13.7

+2 -2
+2 -2
pkgs/development/python-modules/sense-energy/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "sense-energy"; 19 - version = "0.13.6"; 19 + version = "0.13.7"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "scottbonline"; 26 26 repo = "sense"; 27 27 tag = version; 28 - hash = "sha256-DV0f0HYUo9qNxKmBb3ARuWnqb3Wv2zdN/UeaXlkc82w="; 28 + hash = "sha256-RCJKx0FvB3hKQC1pwv1LWqwbM23SoY/2qUxBnrXd14k="; 29 29 }; 30 30 31 31 postPatch = ''