python3Packages.elkm1-lib: 1.2.2 -> 1.3.1

This commit is contained in:
Fabian Affolter 2022-04-13 22:52:27 +02:00
parent 6ddcd831fa
commit 99e30a2475

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "elkm1-lib";
version = "1.2.2";
version = "1.3.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gwww";
repo = "elkm1";
rev = version;
hash = "sha256-JZohQ0xLFfLVMGlw89uC9OQF6SMddcCOsotshavynCk=";
hash = "sha256-z6iiXMvBZs4JshQofQpPA7u89wu8owW1wi+JAYk/R9k=";
};
nativeBuildInputs = [