python312Packages.htmldate: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2024-10-07 17:27:20 +00:00
parent 8ab1d552b8
commit c6b721513b
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "htmldate";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "adbar";
repo = "htmldate";
rev = "refs/tags/v${version}";
hash = "sha256-sddPlVaYenR8sQG/ronkYIcVH5nyQzcjF8rfeMr5I78=";
hash = "sha256-VjOqttpbHp1wQARyHieAZie/yO74+S2mDbBXx00PKWM=";
};
build-system = [ setuptools ];