python3Packages.mocket: 3.13.4 -> 3.13.10

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:48 +02:00
parent 121c40dc41
commit 01c2758ca3
@@ -36,12 +36,12 @@
buildPythonPackage rec {
pname = "mocket";
version = "3.13.4";
version = "3.13.10";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KoZ2V0M4ezW58c65wc9vJHrYMZ2ywKUjCOietKYS94Q=";
hash = "sha256-MnFH77ryrLyu//IH6FYb3ZVFlsdkimJKzKGbDH1sgmw=";
};
build-system = [ hatchling ];