python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359)

https://github.com/noahhusby/aiorussound/releases/tag/4.1.0

authored by

R. RyanTM and committed by
GitHub
ae8c3f20 e46e1374

+2 -2
+2 -2
pkgs/development/python-modules/aiorussound/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "aiorussound"; 20 - version = "4.0.5"; 21 pyproject = true; 22 23 # requires newer f-strings introduced in 3.12 ··· 27 owner = "noahhusby"; 28 repo = "aiorussound"; 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-W0vhVK1SmnTsNuXpDn2e1BrBnsdBwgiNyXucC+ASg1M="; 31 }; 32 33 build-system = [ poetry-core ];
··· 17 18 buildPythonPackage rec { 19 pname = "aiorussound"; 20 + version = "4.1.0"; 21 pyproject = true; 22 23 # requires newer f-strings introduced in 3.12 ··· 27 owner = "noahhusby"; 28 repo = "aiorussound"; 29 rev = "refs/tags/${version}"; 30 + hash = "sha256-uMVmP4wXF6ln5A/iECf075B6gVnEzQxDTEPcyv5osyM="; 31 }; 32 33 build-system = [ poetry-core ];