mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
pythonPackages.pyjwt: 1.4.0 -> 1.4.2
This commit is contained in:
parent
0fe7d32038
commit
e39584c67d
@ -20249,14 +20249,15 @@ in {
|
||||
};
|
||||
|
||||
pyjwt = buildPythonPackage rec {
|
||||
version = "1.4.0";
|
||||
version = "1.4.2";
|
||||
name = "pyjwt-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://github.com/progrium/pyjwt/archive/${version}.tar.gz";
|
||||
sha256 = "118rzhpyvx1h4hslms4fdizyv6mnyd4g34fv089lvs116pj08k9c";
|
||||
sha256 = "06vg84aicwkv0kli8i4jhg0kc6298cmh38ib058q01yxzk6q17gn";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytestrunner pytestcov pytest_27 coverage ];
|
||||
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user