Skip to content

Commit

Permalink
pyjwt: 1.4.2 -> 1.5.3 for CVE-2017-11424
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 28, 2017
1 parent 8678f14 commit 232340f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17113,12 +17113,14 @@ in {
};

pyjwt = buildPythonPackage rec {
version = "1.4.2";
version = "1.5.3";
name = "pyjwt-${version}";

src = pkgs.fetchurl {
url = "http://github.com/progrium/pyjwt/archive/${version}.tar.gz";
sha256 = "06vg84aicwkv0kli8i4jhg0kc6298cmh38ib058q01yxzk6q17gn";
src = pkgs.fetchFromGitHub {
owner = "progrium";
repo = "pyjwt";
rev = version;
sha256 = "109zb3ka2lvp00r9nawa0lmljfikvhcj5yny19kcipz8mqia1gs8";
};

buildInputs = with self; [ pytestrunner pytestcov pytest coverage ];
Expand Down

0 comments on commit 232340f

Please sign in to comment.