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 19 buildPythonPackage rec { 20 pname = "aiorussound"; 21 - version = "4.8.0"; 22 pyproject = true; 23 24 # requires newer f-strings introduced in 3.12 ··· 28 owner = "noahhusby"; 29 repo = "aiorussound"; 30 tag = version; 31 - hash = "sha256-JKHuCDabW/OuwM+Kcm8lkLqgql8fhEuTL5pVEGibwzY="; 32 }; 33 34 build-system = [ poetry-core ];
··· 18 19 buildPythonPackage rec { 20 pname = "aiorussound"; 21 + version = "4.8.1"; 22 pyproject = true; 23 24 # requires newer f-strings introduced in 3.12 ··· 28 owner = "noahhusby"; 29 repo = "aiorussound"; 30 tag = version; 31 + hash = "sha256-LagnFE5aWEoNYbthE01cM0fQBEGDF0ReJzSTvteg2BU="; 32 }; 33 34 build-system = [ poetry-core ];