Commit 61b4eeac authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.hstspreload: 2026.2.1 -> 2026.3.1

parent 092c1a87
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 ];