simp_le: 0.1.1 -> 0.2.0

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
https://github.com/kuba/simp_le/issues/120 for reference.
This commit is contained in:
jeaye 2017-04-22 17:43:04 -07:00
parent e019978d02
commit ae878851f2
No known key found for this signature in database
GPG Key ID: A77FFC856C61E510

View File

@ -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
'';