nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cython 0.29.19 -> 0.29.21

Required for latest Numpy to build, among other things.

authored by

K900 and committed by
Frederik Rietdijk
1c82cf4c 49322fa9

+2 -2
+2 -2
pkgs/development/python-modules/Cython/default.nix
··· 26 26 27 27 in buildPythonPackage rec { 28 28 pname = "Cython"; 29 - version = "0.29.19"; 29 + version = "0.29.21"; 30 30 31 31 src = fetchPypi { 32 32 inherit pname version; 33 - sha256 = "0n2j87nka8cs772qc60d0c7lrpvsw0y8p3qzvhrsi3nmq1yqmycp"; 33 + sha256 = "1bcwpra7c6k30yvic3sw2v3rq2dr40ypc4zqif6kr52mpn4wnyp5"; 34 34 }; 35 35 36 36 nativeBuildInputs = [