3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165210 from r-ryantm/auto-update/python3.10-blinkpy

python310Packages.blinkpy: 0.18.0 -> 0.19.0
This commit is contained in:
Fabian Affolter 2022-03-22 08:40:35 +01:00 committed by GitHub
commit cf0ffee20d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "blinkpy";
version = "0.18.0";
version = "0.19.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fronzbot";
repo = "blinkpy";
rev = "v${version}";
hash = "sha256-96HoGXVQE5PbUbu0oDOC0es0HXYig4ScTeexiUhGse4=";
hash = "sha256-niUGfktP1zVdrRCDy81ou4yAoscnYveHje9423IKcso=";
};
propagatedBuildInputs = [