python312Packages.html-sanitizer: 2.3.1 -> 2.4.4

This commit is contained in:
Robert Scott 2024-07-22 19:50:48 +01:00
parent 438d6f7cc7
commit d5b23b1e24

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "html-sanitizer";
version = "2.3.1";
version = "2.4.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "matthiask";
repo = "html-sanitizer";
rev = "refs/tags/${version}";
hash = "sha256-NWJLD70783Ie6efyCvGopxMIlP3rLz0uM/D1rLQwBXE=";
hash = "sha256-6OWFLsuefeDzQ1uHnLmboKDgrbY/xJCwqsSQlDaJlRs=";
};
nativeBuildInputs = [ hatchling ];