Skip to content

Commit

Permalink
Merge pull request #115021 from fabaff/bump-bleach
Browse files Browse the repository at this point in the history
python3Packages.bleach: 3.2.1 -> 3.3.0
  • Loading branch information
SuperSandro2000 committed Mar 4, 2021
2 parents 875b5dc + 0536966 commit 18089c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bleach/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 18089c7

Please sign in to comment.