Unverified Commit 80a7af04 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.certbot: 4.1.1 -> 5.1.0 (#452033)

parents 7157ffd5 6560b2f6
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
@@ -13,7 +13,6 @@
  josepy,
  parsedatetime,
  pyrfc3339,
  pytz,
  setuptools,
  dialog,
  gnureadline,
@@ -25,14 +24,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
@@ -48,8 +47,6 @@ buildPythonPackage rec {
    josepy
    parsedatetime
    pyrfc3339
    pytz
    setuptools # for pkg_resources
  ];

  buildInputs = [