python311Packages.memory-allocator: use cython_3

This commit is contained in:
Mauricio Collares 2024-01-23 19:09:05 +01:00
parent 2ca721709a
commit 69edce0c66

View file

@ -1,7 +1,7 @@
{ lib { lib
, fetchPypi , fetchPypi
, buildPythonPackage , buildPythonPackage
, cython , cython_3
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -15,7 +15,7 @@ buildPythonPackage rec {
hash = "sha256-E4BcKuHAG3SJ+rXo6sk2FmK08sAkEuNlLuzkj/aVMWI="; hash = "sha256-E4BcKuHAG3SJ+rXo6sk2FmK08sAkEuNlLuzkj/aVMWI=";
}; };
propagatedBuildInputs = [ cython ]; propagatedBuildInputs = [ cython_3 ];
pythonImportsCheck = [ "memory_allocator" ]; pythonImportsCheck = [ "memory_allocator" ];