pythonPackages.cython: 0.29 -> 0.29.1

https://cython.readthedocs.io/en/latest/src/changes.html#id2
(link not stable/permanent as new versions release)
This commit is contained in:
Will Dietz 2018-11-24 13:39:43 -06:00 committed by Frederik Rietdijk
parent 6e62e48521
commit f5d60b80b8

View File

@ -26,11 +26,11 @@ let
in buildPythonPackage rec {
pname = "Cython";
version = "0.29";
version = "0.29.1";
src = fetchPypi {
inherit pname version;
sha256 = "15zama7fgp7yyi3z39xp3z2lvwcgch8fn3ycscw2cs37vqg6v4cl";
sha256 = "15zv9c4ami9hzya28wz1shqljbbk5sxdvqbjxqnf15ssk137daqq";
};
nativeBuildInputs = [