Skip to content

Commit

Permalink
pythonPackages.certifi: 2015.11.20.1 -> 2016.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 29, 2016
1 parent 250d78c commit 7cdd900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -3254,11 +3254,11 @@ in modules // {

certifi = buildPythonPackage rec {
name = "certifi-${version}";
version = "2015.11.20.1";
version = "2016.2.28";

src = pkgs.fetchurl {
url = "mirror://pypi/c/certifi/${name}.tar.gz";
sha256 = "05lgwf9rz1kn465azy2bpb3zmpnsn9gkypbhnjlclchv98ssgc1h";
sha256 = "5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0";
};

meta = {
Expand Down

0 comments on commit 7cdd900

Please sign in to comment.