Unverified Commit 02b0040b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.hstspreload: 2026.2.1 -> 2026.3.1 (#497344)

parents d985b8b5 61b4eeac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage (finalAttrs: {
  pname = "hstspreload";
  version = "2026.2.1";
  version = "2026.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sethmlarson";
    repo = "hstspreload";
    tag = finalAttrs.version;
    hash = "sha256-sqmzV9JJy71EF1wtLlKc98KGbe8gqsKaAq+VlqXK7kg=";
    hash = "sha256-vxELSpTQMidvwDzSny1oJINE6ZxYC9H4pw3SDP44xCI=";
  };

  build-system = [ setuptools ];