python3Packages.mocket: 3.13.2 -> 3.13.4

https://github.com/mindflayer/python-mocket/releases/tag/3.13.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:38 +02:00
parent 5c1ee94d90
commit 9e99614bc8
@@ -35,12 +35,12 @@
buildPythonPackage rec {
pname = "mocket";
version = "3.13.2";
version = "3.13.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Gms2WOZowrwf6EQt94QLW3cxhUT1wVeplSd2sX6/8qI=";
hash = "sha256-KoZ2V0M4ezW58c65wc9vJHrYMZ2ywKUjCOietKYS94Q=";
};
build-system = [ hatchling ];