gixy: 0.1.8 -> 0.1.9
This commit is contained in:
parent
bcb5271813
commit
51ec5a3b5b
@ -1,17 +1,18 @@
|
|||||||
{ lib, fetchFromGitHub, python }:
|
{ lib, fetchFromGitHub, python }:
|
||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
name = "gixy-${version}";
|
pname = "gixy";
|
||||||
version = "0.1.8";
|
version = "0.1.9";
|
||||||
|
|
||||||
# package is only compatible with python 2.7 and 3.5+
|
# package is only compatible with python 2.7 and 3.5+
|
||||||
disabled = with python.pkgs; !(pythonAtLeast "3.5" || isPy27);
|
disabled = with python.pkgs; !(pythonAtLeast "3.5" || isPy27);
|
||||||
|
|
||||||
|
# fetching from GitHub because the PyPi source is missing the tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yandex";
|
owner = "yandex";
|
||||||
repo = "gixy";
|
repo = "gixy";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0dg8j8pqlzdvmyfkphrizfqzggr64npb9mnm1dcwm6c3z6k2b0ii";
|
sha256 = "11aps8a8xg1nlw36jgrmnaf38imfz2rj67wnlalrrsqb616xipcv";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user