python311Packages.httpauth: 0.3 -> 0.4

This commit is contained in:
R. Ryantm 2024-05-25 00:19:27 +00:00
parent c77a089983
commit 471c019969

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;