Skip to content

Commit

Permalink
pythonPackages.PyICU: 1.9.5 -> 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Apr 13, 2017
1 parent 4a913ec commit 034ea00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -20679,11 +20679,11 @@ in {
};

PyICU = buildPythonPackage rec {
name = "PyICU-1.9.5";
name = "PyICU-1.9.6";

src = pkgs.fetchurl {
url = "mirror://pypi/P/PyICU/${name}.tar.gz";
sha256 = "16rmxy9y0qhqqna2v49i7nzwm09as699rbyvh4raw7w602w55c3k";
sha256 = "0l151zhhyiazzdz8skpxgrw1x4nqa9pq2cwni6d97anmg97i7hn5";
};

buildInputs = [ pkgs.icu ];
Expand Down

0 comments on commit 034ea00

Please sign in to comment.