Merge pull request #193877 from fabaff/plugwise-bump

python310Packages.plugwise: 0.22.1 -> 0.23.0
This commit is contained in:
Fabian Affolter 2022-10-01 21:24:44 +02:00 committed by GitHub
commit a9e6d179d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.22.1";
version = "0.23.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-vgHfdfyKzabYdsHtCMXcfQexYYxw17bKjNr8wSPBFvI=";
sha256 = "sha256-nLJLp5LnsluZe/pzLvycvjPmPYXGGobZaS5kI70CVa8=";
};
propagatedBuildInputs = [