Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.spotifyaio: 0.8.10 -> 0.8.11

+2 -2
+2 -2
pkgs/development/python-modules/spotifyaio/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "spotifyaio"; 20 - version = "0.8.10"; 20 + version = "0.8.11"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.11"; ··· 26 26 owner = "joostlek"; 27 27 repo = "python-spotify"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-+DsJAhSY9gkW5wcVPlwiheDmZYT09y/YkU6Z470nKz0="; 29 + hash = "sha256-mRv/bsMER+rn4JOSe2EK0ykP5oEydl8QNhtn7yN+ykE="; 30 30 }; 31 31 32 32 build-system = [ poetry-core ];