python37Packages.ezdxf: 0.11 -> 0.12

This commit is contained in:
R. RyanTM 2020-05-06 14:31:16 +00:00 committed by Jon
parent cae48ccad3
commit 2e519d1c68

View File

@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, pyparsing, pytest }: { stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, pyparsing, pytest }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.11"; version = "0.12";
pname = "ezdxf"; pname = "ezdxf";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "mozman"; owner = "mozman";
repo = "ezdxf"; repo = "ezdxf";
rev = "v${version}"; rev = "v${version}";
sha256 = "167iw1j1c6195bwv6i8z1m7s0i27r0y0acxd2w76hvnq3a72jbsd"; sha256 = "1flcq96ljk5wqrmgsb4acflqzkg7rhlaxz0j5jxky9za0mj1x6dq";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];