Merge pull request #135600 from fabaff/bump-plugwise

python3Packages.plugwise: 0.12.0 -> 0.13.1
This commit is contained in:
Fabian Affolter 2021-08-25 08:25:18 +02:00 committed by GitHub
commit ce38fecabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.12.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = version;
sha256 = "sha256-fZ0mhsM7LroJgIyBO4eRzZaz2OQxa4Hhj1rNufHXvHI=";
rev = "v${version}";
sha256 = "1sv421aa6ip74ajxa5imnh188hyx9dq3vwkb6aifi14h2wpr9lh3";
};
propagatedBuildInputs = [