From 8ab3a9d763e8edbfb764ec2153d7f9b8c9f2ce73 Mon Sep 17 00:00:00 2001 From: Harinn Date: Sat, 6 Jun 2026 02:48:10 +0700 Subject: [PATCH] python3Packages.bleach-allowlist: modernize --- pkgs/development/python-modules/bleach-allowlist/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/bleach-allowlist/default.nix b/pkgs/development/python-modules/bleach-allowlist/default.nix index 870266a36292..3cfdea9dc06c 100644 --- a/pkgs/development/python-modules/bleach-allowlist/default.nix +++ b/pkgs/development/python-modules/bleach-allowlist/default.nix @@ -11,6 +11,8 @@ buildPythonPackage (finalAttrs: { version = "1.0.3"; pyproject = true; + __structuredAttrs = true; + src = fetchPypi { inherit (finalAttrs) pname version; hash = "sha256-VuIghgeaDmoxAK6Z5NuvIOslhUhlmOsOmUAIoRQo2ps=";