python312Packages.htmldate: 1.8.0 -> 1.8.1

Changelog: https://github.com/adbar/htmldate/blob/v1.8.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-12 10:14:08 +02:00
parent 2f2d042f6b
commit 16317c40ea
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "htmldate";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-+Ux9AX9Coc9CLlp8XvEMrLridohjFPJ6mGRkYn8wuxU=";
hash = "sha256-yvFobPdcYd0fBh7eXXpG51mxXV+Zh82OE8jEI3URJj0=";
};
nativeBuildInputs = [