tmuxp: 1.2.7 -> 1.3.1
This commit is contained in:
parent
ffedf3fa1c
commit
805ee69aa3
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "tmuxp-${version}";
|
name = "tmuxp-${version}";
|
||||||
version = "1.2.7";
|
version = "1.3.1";
|
||||||
|
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/t/tmuxp/${name}.tar.gz";
|
url = "mirror://pypi/t/tmuxp/${name}.tar.gz";
|
||||||
sha256 = "19s17frgyjvyvmr16fs0gl5mnbaxbmdffmkckadwhd5mg0pz2i4s";
|
sha256 = "189mxnb2pxj3wjijn56j8y5x1r23fil00fn2q7d6bd13vgr0f85s";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i 's/==.*$//' requirements/test.txt
|
sed -i 's/==.*$//' requirements/base.txt requirements/test.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [
|
buildInputs = with pythonPackages; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user