1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 16:11:58 +00:00

pythonPackages.shapely. 1.5.15 -> 1.6.1

This commit is contained in:
Lancelot SIX 2017-10-09 22:16:43 +02:00
parent 953ce94826
commit 1392d2a74b
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Shapely";
version = "1.5.15";
version = "1.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "0lfqxb3kpdn0g9zzlhzg79yc8iyy4fpsk0p5nd80gar1mmhr8pg7";
sha256 = "1iyhrkm6g233gwbd20sf4aq4by0kg52cz1d2k7imnqgzjpmkgqas";
};
buildInputs = [ geos glibcLocales cython ];