From 12b167eeabd27cb21b49efeaf4329953c52a2e33 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Tue, 3 Dec 2019 00:35:46 +0100 Subject: 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. --- pkgs/development/python-modules/Cython/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/Cython') diff --git a/pkgs/development/python-modules/Cython/default.nix b/pkgs/development/python-modules/Cython/default.nix index 4c491f314654..aff4e0b62b3c 100644 --- a/pkgs/development/python-modules/Cython/default.nix +++ b/pkgs/development/python-modules/Cython/default.nix @@ -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 = [ -- cgit 1.4.1