Loading pkgs/development/python-modules/license-expression/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ buildPythonPackage rec { pname = "license-expression"; version = "30.3.1"; version = "30.4.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "nexB"; owner = "aboutcode-org"; repo = "license-expression"; rev = "refs/tags/v${version}"; hash = "sha256-+hINYDfUrNsCmXOIa4XO/ML1fJoB8/n6iQ4UGdw5ClE="; hash = "sha256-RAgGg0Xekcw5H13YHmkgfL7eybK+4tA8EAvVTuWFRck="; }; dontConfigure = true; Loading @@ -34,8 +34,8 @@ buildPythonPackage rec { meta = with lib; { description = "Utility library to parse, normalize and compare License expressions"; homepage = "https://github.com/nexB/license-expression"; changelog = "https://github.com/nexB/license-expression/blob/v${version}/CHANGELOG.rst"; homepage = "https://github.com/aboutcode-org/license-expression"; changelog = "https://github.com/aboutcode-org/license-expression/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/license-expression/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ buildPythonPackage rec { pname = "license-expression"; version = "30.3.1"; version = "30.4.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "nexB"; owner = "aboutcode-org"; repo = "license-expression"; rev = "refs/tags/v${version}"; hash = "sha256-+hINYDfUrNsCmXOIa4XO/ML1fJoB8/n6iQ4UGdw5ClE="; hash = "sha256-RAgGg0Xekcw5H13YHmkgfL7eybK+4tA8EAvVTuWFRck="; }; dontConfigure = true; Loading @@ -34,8 +34,8 @@ buildPythonPackage rec { meta = with lib; { description = "Utility library to parse, normalize and compare License expressions"; homepage = "https://github.com/nexB/license-expression"; changelog = "https://github.com/nexB/license-expression/blob/v${version}/CHANGELOG.rst"; homepage = "https://github.com/aboutcode-org/license-expression"; changelog = "https://github.com/aboutcode-org/license-expression/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading