python3Packages.htmldate: 1.9.4 -> 1.10.0 (#527360)

This commit is contained in:
Nick Cao
2026-06-04 18:11:27 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "htmldate";
version = "1.9.4";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "adbar";
repo = "htmldate";
tag = "v${version}";
hash = "sha256-ZSHQgj6zXmLdqDQWGnh2l70iXzdohsxdAIQGDSBufIA=";
hash = "sha256-3qtksgzqcgWtUv81Aqeh0nTWYnH0PjPLG4NuYChbV0g=";
};
build-system = [ setuptools ];