Merge pull request #165489 from r-ryantm/auto-update/python3.10-sense-energy

python310Packages.sense-energy: 0.10.2 -> 0.10.3
This commit is contained in:
Fabian Affolter 2022-03-23 22:00:23 +01:00 committed by GitHub
commit 1d08ea2bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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