python310Packages.sense-energy: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm 2022-02-15 06:57:48 +00:00 committed by Robert Schütz
parent 0c66a2f30d
commit ee88cb928d

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "sense-energy";
version = "0.10.1";
version = "0.10.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "scottbonline";
repo = "sense";
rev = version;
hash = "sha256-93o1UfoZ+Sb+lMg4Xdd4eGBEdrSCVSin5HJVnaRyp8o=";
hash = "sha256-0D0AagmLozF5nLbdcmtE9q65vG2WxWv+hZLTnjmmfEY=";
};
propagatedBuildInputs = [