python312Packages.asana: 5.0.15 -> 5.1.0 (#385403)

authored by Weijia Wang and committed by GitHub d90d7634 ede31cd5

+3 -3
+3 -3
pkgs/development/python-modules/asana/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "asana"; 17 - version = "5.0.15"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "asana"; 24 repo = "python-asana"; 25 tag = "v${version}"; 26 - hash = "sha256-+4RGaeUgTiHOt2F1oSu06USbDh0ZrILsZAPwBUsFnJE="; 27 }; 28 29 build-system = [ setuptools ]; ··· 48 meta = with lib; { 49 description = "Python client library for Asana"; 50 homepage = "https://github.com/asana/python-asana"; 51 - changelog = "https://github.com/Asana/python-asana/releases/tag/v${version}"; 52 license = licenses.mit; 53 maintainers = [ ]; 54 };
··· 14 15 buildPythonPackage rec { 16 pname = "asana"; 17 + version = "5.1.0"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "asana"; 24 repo = "python-asana"; 25 tag = "v${version}"; 26 + hash = "sha256-TYZi/cjwAHuluHpunfStlfPg0SSyaKKWtkJhTun/hQ0="; 27 }; 28 29 build-system = [ setuptools ]; ··· 48 meta = with lib; { 49 description = "Python client library for Asana"; 50 homepage = "https://github.com/asana/python-asana"; 51 + changelog = "https://github.com/Asana/python-asana/releases/tag/${src.tag}"; 52 license = licenses.mit; 53 maintainers = [ ]; 54 };