Merge pull request #268166 from fabaff/plugwise-bump

python311Packages.plugwise: 0.34.5 -> 0.35.1
This commit is contained in:
Nick Cao 2023-11-17 21:01:34 -05:00 committed by GitHub
commit 561a10792c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.34.5";
version = "0.35.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-Lg8oNFb0nc6T8E0fksv2w/bkHB/7PPXipMDGC0i8Kc0=";
hash = "sha256-eHJQXLiuWmJo/Eo4B8gEo44rwpPA7ASjxKSmdu6Tv9M=";
};
propagatedBuildInputs = [