0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python.pkgs.Cython: 0.29.14 -> 0.29.15

This commit is contained in:
Timo Kaufmann 2019-11-28 00:05:49 +01:00
parent 4453a3dbfd
commit fa4bbefdfe

View file

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