python311Packages.httpauth: 0.4 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-05-31 03:00:07 +00:00
parent 3852c7ab26
commit 09f22ab80f

View File

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