python311Packages.types-mock: 5.1.0.2 -> 5.1.0.3
This commit is contained in:
parent
c80b0906d5
commit
a5a9e209d9
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-mock";
|
||||
version = "5.1.0.2";
|
||||
version = "5.1.0.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-3kjTdm5OMDTv2LJtqeCeSQjzHlMTel/i778fur7haZY=";
|
||||
hash = "sha256-7urCVIAoe7ch+xf82i6XaNcKR23MFKLB0DiVNcVPgYQ=";
|
||||
};
|
||||
|
||||
# Module has no tests
|
||||
|
|
Loading…
Reference in a new issue