Merge pull request #159654 from dotlambda/sense-energy-0.10.0
This commit is contained in:
commit
81e2822192
1 changed files with 3 additions and 3 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sense-energy";
|
pname = "sense-energy";
|
||||||
version = "0.9.6";
|
version = "0.10.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scottbonline";
|
owner = "scottbonline";
|
||||||
repo = "sense";
|
repo = "sense";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
hash = "sha256-A4FSL+T2tWGEYmjOFsf99Sn17IT7HP7/ILQjUiPUl0A=";
|
hash = "sha256-Q4EIAVtCV5n1Ediw4QItchM/GWjUEZi4+hi//xB3Eew=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue