python3Packages.elkm1-lib: 2.0.0 -> 2.0.2

This commit is contained in:
Martin Weinelt 2022-07-08 13:31:52 +02:00
parent ca82e5b1ec
commit abb0b2f64c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "elkm1-lib";
version = "2.0.0";
version = "2.0.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gwww";
repo = "elkm1";
rev = version;
hash = "sha256-o0RQgAP38W7paVJonrfj54y2OhMmTihT9xiipEyNVaM=";
hash = "sha256-2UneQL8LT/zm0iusKay9SxeJClGrDi6yL0lRA8ugUms=";
};
nativeBuildInputs = [