Merge pull request #245313 from r-ryantm/auto-update/python310Packages.plugwise

python310Packages.plugwise: 0.31.7 -> 0.31.8
This commit is contained in:
Nick Cao 2023-07-25 00:17:11 -06:00 committed by GitHub
commit 7dd5e078c7
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.31.7";
version = "0.31.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-gtXRVXwh6yXbIrcoe6OaBs4aTXJF2sdw/V8VBIsB97k=";
hash = "sha256-glC/2bpjw0SKE6EezWLk9a4otBU21JSxsbIE5/LBGnY=";
};
propagatedBuildInputs = [