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

python310Packages.plugwise: 0.24.1 -> 0.25.0
This commit is contained in:
Fabian Affolter 2022-10-11 22:08:20 +02:00 committed by GitHub
commit 91d2b41ee7
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.24.1";
version = "0.25.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-LUvhSk1iZSw1K6oMaIj5bSH0/f0vfQbprwAPe6vdf08=";
sha256 = "sha256-5kgUSEwrSDdVmPTnWXHGPefDWIWP8AQFBQ+CbKed+Co=";
};
propagatedBuildInputs = [