Unverified Commit 379ecf91 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #293481 from fabaff/hstspreload-bump

python311Packages.hstspreload: 2024.2.1 -> 2024.3.1
parents be180476 d06d6684
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "hstspreload";
  version = "2024.2.1";
  version = "2024.3.1";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "sethmlarson";
    repo = "hstspreload";
    rev = "refs/tags/${version}";
    hash = "sha256-e0PQpnzYWl8IMtLFdnYPMCBioriumc3vc1ExRjCYoc8=";
    hash = "sha256-TlPZg1IbgOODbkgJHWI6dNdk3jsyL2L/3qhLtXvQjqI=";
  };

  nativeBuildInputs = [