Skip to content

Commit

Permalink
Merge pull request #25130 from jeaye/simp_le-0.2.0
Browse files Browse the repository at this point in the history
simp_le: 0.1.1 -> 0.2.0
  • Loading branch information
7c6f434c committed May 1, 2017
2 parents b8dab3a + ae87885 commit 8a4bb1b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/tools/admin/simp_le/default.nix
Expand Up @@ -2,19 +2,14 @@

pythonPackages.buildPythonApplication rec {
pname = "simp_le-client";
version = "0.1.1";
version = "0.2.0";
name = "${pname}-${version}";

src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "18y8mg0s0i2bs57pi6mbkwgjlr5mmivchiyvrpcbdmkg9qlbfwaa";
sha256 = "1zg18jfry9mvkri3yd2f5mwfsl27ac9zmnll3bm93jb91jhd6ssh";
};

prePatch = ''
substituteInPlace setup.py \
--replace 'acme>=0.9,<0.10' acme
'';

checkPhase = ''
$out/bin/simp_le --test
'';
Expand Down

0 comments on commit 8a4bb1b

Please sign in to comment.