about summary refs log tree commit diff
path: root/pkgs/development/python-modules/Cython
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-12-03 00:35:46 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-12-03 00:37:13 +0100
commit12b167eeabd27cb21b49efeaf4329953c52a2e33 (patch)
tree98c1df888063e2f38d27f966693dff78ca221404 /pkgs/development/python-modules/Cython
parent65a007868a7e999146394b586a03c44f62273d8f (diff)
downloadnixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.tar
nixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.tar.gz
nixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.tar.bz2
nixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.tar.lz
nixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.tar.xz
nixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.tar.zst
nixlib-12b167eeabd27cb21b49efeaf4329953c52a2e33.zip
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.
Diffstat (limited to 'pkgs/development/python-modules/Cython')
-rw-r--r--pkgs/development/python-modules/Cython/default.nix4
1 files changed, 2 insertions, 2 deletions
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 = [