peru: python 3.3 and 3.4 support is deprecated

See: 42e5dfdc4e
This commit is contained in:
worldofpeace 2018-12-30 11:07:54 -05:00
parent 1caff6fac2
commit 56ccb6fd1b

View File

@ -1,9 +1,11 @@
{ stdenv, fetchFromGitHub, python3Packages }: { stdenv, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
name = "peru-${version}"; pname = "peru";
version = "1.2.0"; version = "1.2.0";
disabled = python3Packages.pythonOlder "3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "buildinspace"; owner = "buildinspace";
repo = "peru"; repo = "peru";