From 72c5e4914447d0cb521de08784c0bc3b49406f2d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:11 +0200 Subject: [PATCH] python3Packages.miniupnpc: 2.3.0 -> 2.3.2 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/miniupnpc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/miniupnpc/default.nix b/pkgs/development/python-modules/miniupnpc/default.nix index eb3d302411d3..0e03da32789a 100644 --- a/pkgs/development/python-modules/miniupnpc/default.nix +++ b/pkgs/development/python-modules/miniupnpc/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "miniupnpc"; - version = "2.3.0"; + version = "2.3.2"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-AvnUqth2igy4xGvDC+C6jOwUi2005NDvmfrbec+JrzE="; + hash = "sha256-XCHRKwUEm1Amoth0ekzYCwe5rmG4mLXcZiSXzHsbmTU="; }; patches = [