python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359)
https://github.com/noahhusby/aiorussound/releases/tag/4.1.0
This commit is contained in:
parent
e46e13740a
commit
ae8c3f2068
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiorussound";
|
pname = "aiorussound";
|
||||||
version = "4.0.5";
|
version = "4.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# requires newer f-strings introduced in 3.12
|
# requires newer f-strings introduced in 3.12
|
||||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
owner = "noahhusby";
|
owner = "noahhusby";
|
||||||
repo = "aiorussound";
|
repo = "aiorussound";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-W0vhVK1SmnTsNuXpDn2e1BrBnsdBwgiNyXucC+ASg1M=";
|
hash = "sha256-uMVmP4wXF6ln5A/iECf075B6gVnEzQxDTEPcyv5osyM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user