python3Packages.bleach: 3.3.0 -> 3.3.1

This commit is contained in:
Fabian Affolter 2021-08-01 20:36:12 +02:00
parent 8a0739ba6d
commit 784b32d8c7

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "bleach";
version = "3.3.0";
version = "3.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mLMXBznl6D3Z3BljPwdHJ62EjL7bYCZwjIrC07aXpDM=";
sha256 = "1yma53plrlw2llaqxv8yk0g5al0vvlywwzym18b78m3rm6jq6r1h";
};
checkInputs = [ pytest pytest-runner ];