python27Packages.ntlm-auth: 1.4.0 -> 1.5.0
This commit is contained in:
parent
b1ad1d27db
commit
391d1e9f66
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ntlm-auth";
|
pname = "ntlm-auth";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jborean93";
|
owner = "jborean93";
|
||||||
repo = "ntlm-auth";
|
repo = "ntlm-auth";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "168k3ygwbvnfcwn7q1nv3vvy6b9jc4cnpix0xgg5j8av7v1x0grn";
|
sha256 = "00dpf5bfsy07frsjihv1k10zmwcyq4bvkilbxha7h6nlwpcm2409";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock pytest requests unittest2 ];
|
checkInputs = [ mock pytest requests unittest2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user