python311Packages.memory-allocator: use cython_3

This commit is contained in:
Mauricio Collares
2024-01-24 15:26:55 +01:00
parent 2ca721709a
commit 69edce0c66
@@ -1,7 +1,7 @@
{ lib
, fetchPypi
, buildPythonPackage
, cython
, cython_3
}:
buildPythonPackage rec {
@@ -15,7 +15,7 @@ buildPythonPackage rec {
hash = "sha256-E4BcKuHAG3SJ+rXo6sk2FmK08sAkEuNlLuzkj/aVMWI=";
};
propagatedBuildInputs = [ cython ];
propagatedBuildInputs = [ cython_3 ];
pythonImportsCheck = [ "memory_allocator" ];