python311Packages.sense-energy: 0.12.0 -> 0.12.1

Diff: https://github.com/scottbonline/sense/compare/refs/tags/0.12.0...0.12.1

Changelog: https://github.com/scottbonline/sense/releases/tag/0.12.1
This commit is contained in:
Fabian Affolter 2023-09-07 10:33:12 +02:00
parent d441a43aa2
commit e8155c92e4

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "sense-energy";
version = "0.12.0";
version = "0.12.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "scottbonline";
repo = "sense";
rev = "refs/tags/${version}";
hash = "sha256-LVpTB7Q78N/cRbneJJ1aT+lFE790ssdMHo8VRirtDHY=";
hash = "sha256-6zhbchCRHyltJ/EP9Hnj4LoRn7/0PDJCmWNjF+IsQdM=";
};
postPatch = ''