mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
python3Packages.blinkpy: 0.17.1 -> 0.18.0
https://github.com/fronzbot/blinkpy/releases/tag/v0.18.0
This commit is contained in:
parent
446bc6d0af
commit
8b40babf68
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "blinkpy";
|
pname = "blinkpy";
|
||||||
version = "0.17.1";
|
version = "0.18.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fronzbot";
|
owner = "fronzbot";
|
||||||
repo = "blinkpy";
|
repo = "blinkpy";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11h4r2vkrlxwjig1lay1n5wpny5isfgz85f7lsn8ndnqa2wpsymp";
|
hash = "sha256-96HoGXVQE5PbUbu0oDOC0es0HXYig4ScTeexiUhGse4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user