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 { 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;