python312Packages.sense-energy: 0.12.3 -> 0.12.4

Diff: https://github.com/scottbonline/sense/compare/refs/tags/0.12.3...0.12.4

Changelog: https://github.com/scottbonline/sense/releases/tag/0.12.4
This commit is contained in:
Fabian Affolter 2024-06-28 19:59:16 +02:00
parent dd66e39ec4
commit fdb80a894e

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "sense-energy";
version = "0.12.3";
version = "0.12.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "scottbonline";
repo = "sense";
rev = "refs/tags/${version}";
hash = "sha256-aAPDYg5ttOAkKF5c1ft2apIQoReh4t22+78PtmLZNlI=";
hash = "sha256-jHYXqlRV1JR95GtO9E6oYj69Jj8TsvLANcI1kl7/Gl4=";
};
postPatch = ''