python3Packages.bleach: 4.1.0 -> 5.0.0

This commit is contained in:
Kerstin Humm 2022-04-13 12:46:36 +02:00
parent ab0bd3aff9
commit 0c90ed17ce
No known key found for this signature in database
GPG key ID: 40293358C7B9326B

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "bleach";
version = "4.1.0";
version = "5.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CQDYs366YagC7kCsAGH4wrXe4pwZJ90dIz4HXr9acdo=";
hash = "sha256-xtbMBUvcnIO0i4CD4jbl8A8jhChmbSzi4IPqpf1WhWU=";
};
propagatedBuildInputs = [