0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 12:05:50 +03:00

python: Cython: 0.29.10 -> 0.29.12

This commit is contained in:
Frederik Rietdijk 2019-07-20 10:52:37 +02:00
parent c2bcf46a8a
commit 48ddd81780

View file

@ -25,11 +25,11 @@ let
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "Cython"; pname = "Cython";
version = "0.29.10"; version = "0.29.12";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "26229570d6787ff3caa932fe9d802960f51a89239b990d275ae845405ce43857"; sha256 = "20da832a5e9a8e93d1e1eb64650258956723940968eb585506531719b55b804f";
}; };
nativeBuildInputs = [ nativeBuildInputs = [