Skip to content

Commit

Permalink
Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4"
Browse files Browse the repository at this point in the history
This reverts commit 51d9995.

Wrong hash, see #26320.
  • Loading branch information
FRidh committed Jun 6, 2017
1 parent 76e0829 commit 66e0595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ntlm-auth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 66e0595

Please sign in to comment.