python312Packages.sense-energy: 0.13.2 -> 0.13.3

https://github.com/scottbonline/sense/releases/tag/0.13.3
This commit is contained in:
Martin Weinelt 2024-11-08 21:06:37 +01:00
parent 27c3ae3b08
commit 37976f9cfd
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "sense-energy";
version = "0.13.2";
version = "0.13.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "scottbonline";
repo = "sense";
rev = "refs/tags/${version}";
hash = "sha256-HE0bMcxfzfaMLDepjwDwV8AXQ3Q/bQt6SqHt7m/UY9I=";
hash = "sha256-k1W84c0odpYv0vI2u2zqfWGJXSpYJRSwfFyXACMto7s=";
};
postPatch = ''