Skip to content

Commit

Permalink
simp_le: 0.1.1 -> 0.2.0
Browse files Browse the repository at this point in the history
The release is here:
https://github.com/zenhack/simp_le/releases/tag/0.2.0

This is needed, since the existing package is broken. See this
kuba/simp_le#120 for reference.
  • Loading branch information
jeaye committed Apr 23, 2017
1 parent e019978 commit ae87885
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 ae87885

Please sign in to comment.