Loading pkgs/development/python-modules/pyroaring/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,16 @@ buildPythonPackage rec { ''; build-system = [ cython (cython.overrideAttrs (rec { name = "cython"; version = "3.0.12"; src = fetchFromGitHub { owner = "cython"; repo = "cython"; tag = version; hash = "sha256-clJXjQb6rVECirKRUGX0vD5a6LILzPwNo7+6KKYs2pI="; }; })) setuptools ]; Loading Loading
pkgs/development/python-modules/pyroaring/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,16 @@ buildPythonPackage rec { ''; build-system = [ cython (cython.overrideAttrs (rec { name = "cython"; version = "3.0.12"; src = fetchFromGitHub { owner = "cython"; repo = "cython"; tag = version; hash = "sha256-clJXjQb6rVECirKRUGX0vD5a6LILzPwNo7+6KKYs2pI="; }; })) setuptools ]; Loading