Skip to content

Commit

Permalink
simp_le: 0.9.0 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Oct 17, 2019
1 parent ab42edc commit af8bb88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/admin/simp_le/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

python3Packages.buildPythonApplication rec {
pname = "simp_le-client";
version = "0.9.0";
version = "0.16.0";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1yxfznd78zkg2f657v520zj5w4dvq5n594d0kpm4lra8xnpg4zcv";
sha256 = "17azqlb1xsnh9p0m75apb19j7pramgj00cf5k6fwzz2zqz0x0hpp";
};

postPatch = ''
# drop upper bound of acme requirement
sed -ri "s/'(acme>=[^,]+),<[^']+'/'\1'/" setup.py
# drop acme bounds
sed -ri "s/'acme(.*)'/'acme'/" setup.py
# drop upper bound of idna requirement
sed -ri "s/'(idna)<[^']+'/'\1'/" setup.py
substituteInPlace simp_le.py \
Expand Down

0 comments on commit af8bb88

Please sign in to comment.