Merge pull request #287127 from r-ryantm/auto-update/python311Packages.htmldate

python311Packages.htmldate: 1.6.0 -> 1.7.0
This commit is contained in:
Mario Rodas 2024-02-08 06:22:09 -05:00 committed by GitHub
commit 8477a929e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "htmldate";
version = "1.6.0";
version = "1.7.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-WCfI9iahaACinlfoGIo9MtCwjKTHvWYlN7c7u/IsRaY=";
hash = "sha256-AqgA3SJMv3S/SDsEL2ThT1e6DkDGtEBLKE6YvGwwto0=";
};
propagatedBuildInputs = [