3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.simplisafe-python: 2021.11.2 -> 2021.12.1

This commit is contained in:
Martin Weinelt 2021-12-11 20:31:49 +01:00
parent 897c0c6ec0
commit b11d09f793
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2021.11.2";
version = "2021.12.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-5X2qvrACV9OTVYSZYxFncFOgrgywKvVDbC6IVFnJBtw=";
sha256 = "sha256-HWOQAcjsW7iE/AuqOQvdZkubpg53AktReNJxbxHdMFs=";
};
nativeBuildInputs = [