forked from mirrors/nixpkgs
tmuxp: 1.2.0 -> 1.2.2
This commit is contained in:
parent
289c7cfc69
commit
30a3a09857
|
@ -2,20 +2,17 @@
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "tmuxp-${version}";
|
name = "tmuxp-${version}";
|
||||||
version = "1.2.0";
|
version = "1.2.2";
|
||||||
|
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/t/tmuxp/${name}.tar.gz";
|
url = "mirror://pypi/t/tmuxp/${name}.tar.gz";
|
||||||
sha256 = "05z5ssv9glsqmcy9fdq06bawy1274dnzqsqd3a4z4jd0w6j09smn";
|
sha256 = "1g37pdxs0wmnskqm7qsqm0ygwpc1dxk1d7lrzpgs717zxaak8vln";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
# Dependencies required for testing shouldn't pinned to
|
sed -i 's/==.*$//' requirements/test.txt
|
||||||
# a specific version.
|
|
||||||
substituteInPlace requirements/test.txt \
|
|
||||||
--replace "==" ">="
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [
|
buildInputs = with pythonPackages; [
|
||||||
|
|
Loading…
Reference in a new issue