python3Packages.aiorussound: 4.8.0 -> 4.8.1 (#435627)

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

authored by R. RyanTM and committed by GitHub 7ff6e06d a5345967

+2 -2
+2 -2
pkgs/development/python-modules/aiorussound/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "aiorussound"; 21 - version = "4.8.0"; 21 + version = "4.8.1"; 22 22 pyproject = true; 23 23 24 24 # requires newer f-strings introduced in 3.12 ··· 28 28 owner = "noahhusby"; 29 29 repo = "aiorussound"; 30 30 tag = version; 31 - hash = "sha256-JKHuCDabW/OuwM+Kcm8lkLqgql8fhEuTL5pVEGibwzY="; 31 + hash = "sha256-LagnFE5aWEoNYbthE01cM0fQBEGDF0ReJzSTvteg2BU="; 32 32 }; 33 33 34 34 build-system = [ poetry-core ];