python311Packages.bleach: refactor
This commit is contained in:
parent
bec91aecdf
commit
8e145aac93
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
version = "6.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
@ -69,6 +69,7 @@ buildPythonPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/mozilla/bleach";
|
||||
downloadPage = "https://github.com/mozilla/bleach/releases";
|
||||
changelog = "https://github.com/mozilla/bleach/blob/v${version}/CHANGES";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ prikhi ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue