mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
parent
e019978d02
commit
ae878851f2
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user