lol

python3Packages.python-linkplay: 0.2.5 -> 0.2.9 (#412826)

authored by

dotlambda and committed by
GitHub
52fb90f4 86b21117

+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.5"; 18 + version = "0.2.9"; 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-bPWQz7rJiRA1OI3o2LimU1R0hC80UXPxFtGYQpL190w="; 25 + hash = "sha256-syCqa9xDuAmsq9eh29PACchdLN1bPj/vCCt3a++LqE4="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];