Commit 6560b2f6 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 68ef6225
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  pyopenssl,
  pyrfc3339,
  josepy,
  pytz,
  requests,
  setuptools,
}:
@@ -25,7 +24,6 @@ buildPythonPackage rec {
    cryptography
    pyopenssl
    pyrfc3339
    pytz
    requests
    josepy
  ];
+2 −5
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
  josepy,
  parsedatetime,
  pyrfc3339,
  pytz,
  setuptools,
  dialog,
  gnureadline,
@@ -23,14 +22,14 @@

buildPythonPackage rec {
  pname = "certbot";
  version = "4.1.1";
  version = "5.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "certbot";
    repo = "certbot";
    tag = "v${version}";
    hash = "sha256-nlNjBbXd4ujzVx10+UwqbXliuLVVf+UHR8Dl5CQzsZo=";
    hash = "sha256-jKhdclLBeWv6IxIZQtD8VWbSQ3SDZePA/kTxjiBXJ4o=";
  };

  postPatch = "cd certbot"; # using sourceRoot would interfere with patches
@@ -46,8 +45,6 @@ buildPythonPackage rec {
    josepy
    parsedatetime
    pyrfc3339
    pytz
    setuptools # for pkg_resources
  ];

  buildInputs = [