mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
python3Packages.cython_3_1: init at 3.1.1
This commit is contained in:
parent
f5096bbfa6
commit
49eb7acec6
1 changed files with 10 additions and 0 deletions
|
@ -3142,6 +3142,16 @@ self: super: with self; {
|
||||||
|
|
||||||
cython_0 = callPackage ../development/python-modules/cython/0.nix { };
|
cython_0 = callPackage ../development/python-modules/cython/0.nix { };
|
||||||
|
|
||||||
|
cython_3_1 = cython.overridePythonAttrs rec {
|
||||||
|
version = "3.1.1";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "cython";
|
||||||
|
repo = "cython";
|
||||||
|
tag = version;
|
||||||
|
hash = "sha256-KdRYPH3Do3KntgqLGIUSeD6DjmXNdFjI2ZSszzMjF6k=";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
cytoolz = callPackage ../development/python-modules/cytoolz { };
|
cytoolz = callPackage ../development/python-modules/cytoolz { };
|
||||||
|
|
||||||
dacite = callPackage ../development/python-modules/dacite { };
|
dacite = callPackage ../development/python-modules/dacite { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue