Merge pull request #208730 from fabaff/plugwise-bump
python310Packages.plugwise: 0.27.0 -> 0.27.1
This commit is contained in:
commit
5419885ba8
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "plugwise";
|
||||
version = "0.27.0";
|
||||
version = "0.27.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
owner = pname;
|
||||
repo = "python-plugwise";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-W6aLpm3Z0JQIZcqDu9wH2RFuXfzl0Px61zfIuhm92pk=";
|
||||
hash = "sha256-56KJQBYaQK08o9W6ZLWHCLCVPCLHh5Q+GTZqTTexn90=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -63,6 +63,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python module for Plugwise Smiles, Stretch and USB stick";
|
||||
homepage = "https://github.com/plugwise/python-plugwise";
|
||||
changelog = "https://github.com/plugwise/python-plugwise/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue