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

python311Packages.sense-energy: 0.12.1 -> 0.12.2
This commit is contained in:
Fabian Affolter 2023-09-17 09:27:48 +02:00 committed by GitHub
commit 3e40037bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, aiohttp
, ciso8601
, async-timeout
, kasa-crypt
, orjson
@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "sense-energy";
version = "0.12.1";
version = "0.12.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "scottbonline";
repo = "sense";
rev = "refs/tags/${version}";
hash = "sha256-6zhbchCRHyltJ/EP9Hnj4LoRn7/0PDJCmWNjF+IsQdM=";
hash = "sha256-OVFRM31LwHNeJUx+s/TN/1o4wvjMQEKaZEPI+y+S64s=";
};
postPatch = ''
@ -35,6 +36,7 @@ buildPythonPackage rec {
async-timeout
kasa-crypt
orjson
ciso8601
requests
websocket-client
websockets