Merge pull request #74869 from timokau/cython-update-revert

Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15"
This commit is contained in:
Timo Kaufmann 2019-12-03 14:21:03 +01:00 committed by GitHub
commit f2393197d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,11 @@ let
in buildPythonPackage rec {
pname = "Cython";
version = "0.29.15";
version = "0.29.14";
src = fetchPypi {
inherit pname version;
sha256 = "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4";
sha256 = "e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414";
};
nativeBuildInputs = [