Skip to content

Commit 391d1e9

Browse files
r-ryantmJon
authored andcommitted
python27Packages.ntlm-auth: 1.4.0 -> 1.5.0
1 parent b1ad1d2 commit 391d1e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/ntlm-auth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildPythonPackage rec {
1212
pname = "ntlm-auth";
13-
version = "1.4.0";
13+
version = "1.5.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "jborean93";
1717
repo = "ntlm-auth";
1818
rev = "v${version}";
19-
sha256 = "168k3ygwbvnfcwn7q1nv3vvy6b9jc4cnpix0xgg5j8av7v1x0grn";
19+
sha256 = "00dpf5bfsy07frsjihv1k10zmwcyq4bvkilbxha7h6nlwpcm2409";
2020
};
2121

2222
checkInputs = [ mock pytest requests unittest2 ];

0 commit comments

Comments
 (0)