mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 20:16:16 +03:00
python: Cython: 0.29.10 -> 0.29.12
This commit is contained in:
parent
c2bcf46a8a
commit
48ddd81780
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue