python312Packages.pylast: 5.4.0 -> 5.5.0 (#388872)

authored by Fabian Affolter and committed by GitHub f05a30ee 16cbeb06

+3 -3
+3 -3
pkgs/development/python-modules/pylast/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "pylast"; 16 - version = "5.4.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "pylast"; 23 repo = "pylast"; 24 tag = version; 25 - hash = "sha256-QSCqgvhlH87adSq/SYhM/Fxgl7+UOuW9pfUr/q7K36A="; 26 }; 27 28 build-system = [ ··· 42 meta = with lib; { 43 description = "Python interface to last.fm (and compatibles)"; 44 homepage = "https://github.com/pylast/pylast"; 45 - changelog = "https://github.com/pylast/pylast/releases/tag/${version}"; 46 license = licenses.asl20; 47 maintainers = with maintainers; [ 48 fab
··· 13 14 buildPythonPackage rec { 15 pname = "pylast"; 16 + version = "5.5.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "pylast"; 23 repo = "pylast"; 24 tag = version; 25 + hash = "sha256-mPdFG3wqdAyluD37cy2q6oO/x9NgXpOb57s4nU05EzQ="; 26 }; 27 28 build-system = [ ··· 42 meta = with lib; { 43 description = "Python interface to last.fm (and compatibles)"; 44 homepage = "https://github.com/pylast/pylast"; 45 + changelog = "https://github.com/pylast/pylast/releases/tag/${src.tag}"; 46 license = licenses.asl20; 47 maintainers = with maintainers; [ 48 fab