We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad1d2 commit 391d1e9Copy full SHA for 391d1e9
1 file changed
pkgs/development/python-modules/ntlm-auth/default.nix
@@ -10,13 +10,13 @@
10
11
buildPythonPackage rec {
12
pname = "ntlm-auth";
13
- version = "1.4.0";
+ version = "1.5.0";
14
15
src = fetchFromGitHub {
16
owner = "jborean93";
17
repo = "ntlm-auth";
18
rev = "v${version}";
19
- sha256 = "168k3ygwbvnfcwn7q1nv3vvy6b9jc4cnpix0xgg5j8av7v1x0grn";
+ sha256 = "00dpf5bfsy07frsjihv1k10zmwcyq4bvkilbxha7h6nlwpcm2409";
20
};
21
22
checkInputs = [ mock pytest requests unittest2 ];
0 commit comments