python312Packages.types-mock: 5.1.0.20240106 -> 5.1.0.20240311

This commit is contained in:
R. Ryantm 2024-03-11 12:19:39 +00:00
parent 9b4057a0b5
commit e056b27725

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-mock";
version = "5.1.0.20240106";
version = "5.1.0.20240311";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-E8o3nVcQzLPxj2mt5bCIgYdMuDOD2PtJsdTaydXF0JA=";
hash = "sha256-dHJ5eYbYMBb5b95/c1d9EpsM2KjQt4NIenvjMNV7pDE=";
};
nativeBuildInputs = [