Skip to content

Commit fd16f5a

Browse files
committed
python3Packages.pyezvizapi: 1.0.1.3 -> 1.0.1.6
1 parent 2053850 commit fd16f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyezvizapi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pyezvizapi";
15-
version = "1.0.1.3";
15+
version = "1.0.1.6";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "RenierM26";
2020
repo = "pyEzvizApi";
2121
tag = version;
22-
hash = "sha256-V2/Tyo6jLlbyhyQEc5GiB/KvpJ735GuwaLMyHydI5nM=";
22+
hash = "sha256-3HiL/l4fYb1T2JSuUgMdws3ae2YofzqDCF4zkmRY2+c=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)