python312Packages.aiorussound: 4.6.1 -> 4.8.0 (#423051)
This commit is contained in:
commit
4ddadc2601
@ -10,6 +10,7 @@
|
|||||||
# dependencies
|
# dependencies
|
||||||
mashumaro,
|
mashumaro,
|
||||||
orjson,
|
orjson,
|
||||||
|
pyserial-asyncio-fast,
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
@ -17,7 +18,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiorussound";
|
pname = "aiorussound";
|
||||||
version = "4.6.1";
|
version = "4.8.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# requires newer f-strings introduced in 3.12
|
# requires newer f-strings introduced in 3.12
|
||||||
@ -27,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "noahhusby";
|
owner = "noahhusby";
|
||||||
repo = "aiorussound";
|
repo = "aiorussound";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-ZpN+wMLEcHNzi46ObYClaf7A+Zk9BtfVEvBXOq9ATjo=";
|
hash = "sha256-JKHuCDabW/OuwM+Kcm8lkLqgql8fhEuTL5pVEGibwzY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
@ -35,6 +36,7 @@ buildPythonPackage rec {
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
mashumaro
|
mashumaro
|
||||||
orjson
|
orjson
|
||||||
|
pyserial-asyncio-fast
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user