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

This commit is contained in:
Frederik Rietdijk 2017-06-06 11:33:45 +02:00
parent e6ff0aa597
commit 51d9995d04

View File

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