forked from mirrors/nixpkgs
gixy: 0.1.9 -> 0.1.20 (#47497)
This commit is contained in:
parent
c13821825b
commit
6535a39ef9
|
@ -2,7 +2,7 @@
|
|||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "gixy";
|
||||
version = "0.1.9";
|
||||
version = "0.1.20";
|
||||
|
||||
# package is only compatible with python 2.7 and 3.5+
|
||||
disabled = with python.pkgs; !(pythonAtLeast "3.5" || isPy27);
|
||||
|
@ -12,7 +12,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
owner = "yandex";
|
||||
repo = "gixy";
|
||||
rev = "v${version}";
|
||||
sha256 = "11aps8a8xg1nlw36jgrmnaf38imfz2rj67wnlalrrsqb616xipcv";
|
||||
sha256 = "14arz3fjidb8z37m08xcpih1391varj8s0v3gri79z3qb4zq5k6b";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue