1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Merge pull request #132171 from fabaff/bump-hap-python

python3Packages.hap-python: 3.5.2 -> 4.0.0
This commit is contained in:
Ben Siraphob 2021-07-31 14:12:43 +07:00 committed by GitHub
commit 15d40b6cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "hap-python";
version = "3.5.2";
version = "4.0.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "ikalchev";
repo = "HAP-python";
rev = "v${version}";
sha256 = "1irf4dcq9fcqvvjbijkymm63n2s7a19igs1zsbv7y8fa5a2yprhd";
sha256 = "1k4gq23j4f7yppxf8rzrrayn6clj48cdzixjdsmv5awhzsf9n6w4";
};
propagatedBuildInputs = [