Skip to content

Commit

Permalink
pythonPackages.markupsafe: 0.23 -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Izquierdo authored and FRidh committed Apr 30, 2017
1 parent 8e3ed32 commit b8463e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -14124,11 +14124,11 @@ in {

markupsafe = buildPythonPackage rec {
name = "markupsafe-${version}";
version = "0.23";
version = "1.0";

src = pkgs.fetchurl {
url = "mirror://pypi/M/MarkupSafe/MarkupSafe-${version}.tar.gz";
sha256 = "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3";
sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6";
};

meta = {
Expand Down

0 comments on commit b8463e9

Please sign in to comment.