Unverified Commit 57be7ab0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

python312Packages.htmldate: 1.9.0 -> 1.9.1 (#347136)

parents 2f5e1fdc c6b72151
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];