Skip to content

Commit

Permalink
pythonPackages.bleach: 2.1.2 -> 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Mar 17, 2018
1 parent d7d4ce7 commit 9f276cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/bleach/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "bleach";
version = "2.1.2";
version = "2.1.3";

src = fetchPypi {
inherit pname version;
sha256 = "38fc8cbebea4e787d8db55d6f324820c7f74362b70db9142c1ac7920452d1a19";
sha256 = "eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44";
};

checkInputs = [ pytest pytestrunner ];
Expand Down Expand Up @@ -41,4 +41,4 @@ buildPythonPackage rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ prikhi ];
};
}
}

0 comments on commit 9f276cc

Please sign in to comment.