Merge pull request #323208 from fabaff/sense-energy-bump

python312Packages.sense-energy: 0.12.3 -> 0.12.4
This commit is contained in:
Jonas Heinrich 2024-06-29 12:49:52 +02:00 committed by GitHub
commit 351d5e9f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''