From 45605ce6a286061ef77353af829d0c2131a73b82 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 Aug 2024 12:13:43 +0200 Subject: [PATCH] python312Packages.types-html5lib: 1.1.11.20240228 -> 1.1.11.20240806 --- pkgs/development/python-modules/types-html5lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-html5lib/default.nix b/pkgs/development/python-modules/types-html5lib/default.nix index 563227bc85b8..2bd3c889d8f7 100644 --- a/pkgs/development/python-modules/types-html5lib/default.nix +++ b/pkgs/development/python-modules/types-html5lib/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "types-html5lib"; - version = "1.1.11.20240228"; + version = "1.1.11.20240806"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-InNrcpnmBexLpTnUhpHpBf0MYcPqYQrMWZIiMtyEzt4="; + hash = "sha256-gGDcmLr2PWeWp2W7vICf/596OD9uOprdUm+BTAhlRe8="; }; nativeBuildInputs = [ setuptools ];