python311Packages.memory-allocator: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm 2024-04-06 08:01:35 +00:00
parent f6eb921406
commit c89ec171bb
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];