python312Packages.sense-energy: 0.13.3 -> 0.13.4

https://github.com/scottbonline/sense/releases/tag/0.13.4
This commit is contained in:
Martin Weinelt 2024-11-15 21:13:26 +01:00
parent 2bc5df61c9
commit 1aa92a20d3
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.3";
version = "0.13.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "scottbonline";
repo = "sense";
rev = "refs/tags/${version}";
hash = "sha256-k1W84c0odpYv0vI2u2zqfWGJXSpYJRSwfFyXACMto7s=";
hash = "sha256-WzhLHFOL0DY6DfDxRZlhcXXfiHWAg1jzXHtXBmmbAbQ=";
};
postPatch = ''