python3Packages.python-linkplay: 0.2.9 -> 0.2.10 (#415774)

authored by dotlambda and committed by GitHub 30c46214 62d17204

+2 -2
+2 -2
pkgs/development/python-modules/python-linkplay/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "python-linkplay"; 18 - version = "0.2.9"; 18 + version = "0.2.10"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Velleman"; 23 23 repo = "python-linkplay"; 24 24 tag = "v${version}"; 25 - hash = "sha256-syCqa9xDuAmsq9eh29PACchdLN1bPj/vCCt3a++LqE4="; 25 + hash = "sha256-mXCeMz7j6fyotKIwAq2M82U92Yvu+VFFacptMtw28qU="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];