Merge pull request #314439 from r-ryantm/auto-update/python311Packages.httpauth

python311Packages.httpauth: 0.3 -> 0.4
This commit is contained in:
Nick Cao 2024-05-25 09:05:04 -04:00 committed by GitHub
commit 1b6eef1608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
buildPythonPackage rec {
version = "0.3";
version = "0.4";
format = "setuptools";
pname = "httpauth";
src = fetchPypi {
inherit pname version;
sha256 = "0qas7876igyz978pgldp5r7n7pis8n4vf0v87gxr9l7p7if5lr3l";
sha256 = "sha256-lehPEuxYV4SQsdL1RWBqTNFIGz2pSoTs+nlkQ5fPX8M=";
};
doCheck = false;