Unverified Commit ea550248 authored by Thomas Butter's avatar Thomas Butter Committed by GitHub
Browse files

giready-check: 1.2.6 -> 1.7.0

parent b1d21925
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "ready-check";
  version = "1.2.6";
  version = "1.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sesh";
    repo = "ready";
    tag = "v${finalAttrs.version}";
    hash = "sha256-j0UY2Q1jYGRtjvaWMwgMJrNaQZQnEJ5ST4o4PAVYWVc=";
    hash = "sha256-QdYg2kemfZCY5RkEiry1U5eLStd10HdRpQHn7+hOL/g=";
  };

  nativeBuildInputs = with python3.pkgs; [
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {

  propagatedBuildInputs = with python3.pkgs; [
    beautifulsoup4
    cryptography
    thttp
    tld
  ];