python35Packages.httpauth: 0.2 -> 0.3

This commit is contained in:
Matthias Beyer 2016-05-15 13:06:05 +02:00
parent 24afbd4c06
commit 3520895295

View File

@ -6549,12 +6549,12 @@ in modules // {
};
httpauth = buildPythonPackage rec {
version = "0.2";
version = "0.3";
name = "httpauth-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/h/httpauth/${name}.tar.gz";
sha256 = "294029b5dfed27bca5746a31e3ffb5ed99268761536705e8bbd44231b7ca15ec";
sha256 = "0qas7876igyz978pgldp5r7n7pis8n4vf0v87gxr9l7p7if5lr3l";
};
doCheck = false;