python3Packages.sense-energy: 0.9.6 -> 0.10.0

https://github.com/scottbonline/sense/releases/tag/v0.10.0
This commit is contained in:
Robert Schütz 2022-02-12 20:58:20 +00:00
parent e67f9b0696
commit e86f5cb703

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "sense-energy";
version = "0.9.6";
version = "0.10.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "scottbonline";
repo = "sense";
rev = version;
hash = "sha256-A4FSL+T2tWGEYmjOFsf99Sn17IT7HP7/ILQjUiPUl0A=";
rev = "v${version}";
hash = "sha256-Q4EIAVtCV5n1Ediw4QItchM/GWjUEZi4+hi//xB3Eew=";
};
propagatedBuildInputs = [