11 version = "unstable-2019-05-07";
13 src = fetchFromGitHub {
14 owner = "wackywendell";
16 rev = "22c19df952732f9749637d1bf6d7b676b6c7b26c";
17 sha256 = "0pj18nrfx749fjc6bjdk5r3g1104c6jy6xg7jrpmssllhypbb1m4";
20 buildInputs = [ cython ];
22 propagatedBuildInputs = [ numpy scipy ];
25 description = "A module for calculating and analyzing Voronoi tessellations";
26 homepage = "https://tess.readthedocs.org";
27 license = licenses.bsd3;