Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4"

This reverts commit 51d9995d04.

Wrong hash, see https://github.com/NixOS/nixpkgs/issues/26320.
This commit is contained in:
Frederik Rietdijk 2017-06-06 14:48:42 +02:00
parent 76e082922f
commit 66e059559a

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "ntlm-auth";
version = "1.0.4";
version = "1.0.3";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "jborean93";
repo = "ntlm-auth";
rev = "v${version}";
sha256 = "3d411413f1309fcd443095d57ab169b637e5b57ce701ac7ae8dbf572cb3533c0";
sha256 = "09f2g4ivfi9lh1kr30hlg0q4n2imnvmd79w83gza11q9nmhhiwpz";
};
checkInputs = [ mock pytest unittest2 ];