Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.bleach: 2.1.2 -> 2.1.3

(cherry picked from commit 9f276ccd3887c03523fe6655670bad50ac373929)

+3 -3
+3 -3
pkgs/development/python-modules/bleach/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "bleach"; 12 - version = "2.1.2"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "38fc8cbebea4e787d8db55d6f324820c7f74362b70db9142c1ac7920452d1a19"; 17 }; 18 19 checkInputs = [ pytest pytestrunner ]; ··· 41 license = lib.licenses.asl20; 42 maintainers = with lib.maintainers; [ prikhi ]; 43 }; 44 - }
··· 9 10 buildPythonPackage rec { 11 pname = "bleach"; 12 + version = "2.1.3"; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44"; 17 }; 18 19 checkInputs = [ pytest pytestrunner ]; ··· 41 license = lib.licenses.asl20; 42 maintainers = with lib.maintainers; [ prikhi ]; 43 }; 44 + }