python3Packages.mockito: 1.5.4 -> 1.5.5

This commit is contained in:
R. Ryantm
2025-11-21 18:04:19 +00:00
parent 1b21a03ab7
commit 292746cecd
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "mockito";
version = "1.5.4";
version = "1.5.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8A7Vh8MpZt8yk8KUytsxdpRgrfxBVPUrkGcpRqpLMt8=";
hash = "sha256-SYJuOQHcgm0CBOk7Ftzhxh3enTqU6tycIJqw4TAoM5M=";
};
nativeBuildInputs = [ hatchling ];