mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
python35Packages.httpauth: 0.2 -> 0.3
This commit is contained in:
parent
24afbd4c06
commit
3520895295
@ -6549,12 +6549,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
httpauth = buildPythonPackage rec {
|
httpauth = buildPythonPackage rec {
|
||||||
version = "0.2";
|
version = "0.3";
|
||||||
name = "httpauth-${version}";
|
name = "httpauth-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/h/httpauth/${name}.tar.gz";
|
url = "mirror://pypi/h/httpauth/${name}.tar.gz";
|
||||||
sha256 = "294029b5dfed27bca5746a31e3ffb5ed99268761536705e8bbd44231b7ca15ec";
|
sha256 = "0qas7876igyz978pgldp5r7n7pis8n4vf0v87gxr9l7p7if5lr3l";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user