1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #199659 from fabaff/pyxiaomigateway-bump

python310Packages.pyxiaomigateway: 0.14.1 -> 0.14.3
This commit is contained in:
Fabian Affolter 2022-11-05 15:42:30 +01:00 committed by GitHub
commit ae2c45572c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pyxiaomigateway";
version = "0.14.1";
version = "0.14.3";
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "PyXiaomiGateway";
rev = version;
sha256 = "sha256-e/FqqUl90VFDJD6ZFbFqXKH3s2sBaDjSFEvaKJhDlGg=";
sha256 = "sha256-TAbZvs1RrUy9+l2KpfbBopc3poTy+M+Q3ERQLFYbQis=";
};
propagatedBuildInputs = [ cryptography ];