Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15"

This reverts commit fa4bbefdfead8f76dbf2d1a890026fb15977c0bf.

The update seems to be no longer available. See
https://github.com/NixOS/nixpkgs/pull/74388#issuecomment-560490284.
This commit is contained in:
Timo Kaufmann 2019-12-03 00:35:46 +01:00
parent 65a007868a
commit 12b167eeab

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 = [