Merge pull request #314439 from r-ryantm/auto-update/python311Packages.httpauth
python311Packages.httpauth: 0.3 -> 0.4
This commit is contained in:
commit
1b6eef1608
@ -5,13 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.3";
|
version = "0.4";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
pname = "httpauth";
|
pname = "httpauth";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0qas7876igyz978pgldp5r7n7pis8n4vf0v87gxr9l7p7if5lr3l";
|
sha256 = "sha256-lehPEuxYV4SQsdL1RWBqTNFIGz2pSoTs+nlkQ5fPX8M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user