python3Packages.simplisafe-python: 2022.03.0 -> 2022.03.1

This commit is contained in:
Fabian Affolter
2022-03-30 23:11:50 +02:00
parent 2db8ed632e
commit e178e2c3c6
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2022.03.0";
version = "2022.03.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-B4Tg122S2lJaBXBKUSN2ndt5EOiC5HyORTQXofZKUpw=";
sha256 = "sha256-VrCVZeE4CDPt6RfckTUC9UJnoxHVeoNAxD67OefSa2o=";
};
nativeBuildInputs = [