forked from mirrors/nixpkgs
python310Packages.plugwise: 0.27.3 -> 0.27.4
Diff: https://github.com/plugwise/python-plugwise/compare/refs/tags/v0.27.3...v0.27.4 Changelog: https://github.com/plugwise/python-plugwise/releases/tag/v0.27.4
This commit is contained in:
parent
e59a190bd0
commit
d51e04e523
|
@ -21,7 +21,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "plugwise";
|
||||
version = "0.27.3";
|
||||
version = "0.27.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
owner = pname;
|
||||
repo = "python-plugwise";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-JO9Gc7ZhWeQIheAwanzCBQFum1BUoh7K/exAEkWp/1U=";
|
||||
hash = "sha256-Ti0ZQlWsZaGvpfCTUnGNzdKcqKO84fAtlIUWC0wiyTI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue