Merge pull request #302043 from r-ryantm/auto-update/python311Packages.memory-allocator

python311Packages.memory-allocator: 0.1.3 -> 0.1.4
This commit is contained in:
Mauricio Collares
2024-04-06 16:19:52 +02:00
committed by GitHub
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "memory-allocator";
version = "0.1.3";
version = "0.1.4";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "memory_allocator";
hash = "sha256-E4BcKuHAG3SJ+rXo6sk2FmK08sAkEuNlLuzkj/aVMWI=";
hash = "sha256-1gkhawMDGWfitFqASxL/kClXj07AGf3kLPau1soJ7+Q=";
};
propagatedBuildInputs = [ cython_3 ];