Merge pull request #115021 from fabaff/bump-bleach

python3Packages.bleach: 3.2.1 -> 3.3.0
This commit is contained in:
Sandro 2021-03-04 02:08:38 +01:00 committed by GitHub
commit 18089c7f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "bleach";
version = "3.2.1";
version = "3.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "52b5919b81842b1854196eaae5ca29679a2f2e378905c346d3ca8227c2c66080";
sha256 = "sha256-mLMXBznl6D3Z3BljPwdHJ62EjL7bYCZwjIrC07aXpDM=";
};
checkInputs = [ pytest pytestrunner ];