python312Packages.elkm1-lib: 2.2.6 -> 2.2.7
Diff: https://github.com/gwww/elkm1/compare/refs/tags/2.2.6...2.2.7 Changelog: https://github.com/gwww/elkm1/blob/2.2.7/CHANGELOG.md
This commit is contained in:
parent
8420cea074
commit
10f483d2b9
@ -4,7 +4,7 @@
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, poetry-core
|
||||
, pyserial-asyncio
|
||||
, pyserial-asyncio-fast
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
@ -12,16 +12,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "elkm1-lib";
|
||||
version = "2.2.6";
|
||||
version = "2.2.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gwww";
|
||||
repo = "elkm1";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-5Jmn/ywyg6fmp0ZxPf79ET+JWPF4VjDJMwj/qU6ckS0=";
|
||||
hash = "sha256-5YdmZO/8HimQ9Ft/K/I6xu0Av2SjUBp3+poBe7aVUpM=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
async-timeout
|
||||
pyserial-asyncio
|
||||
pyserial-asyncio-fast
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user