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
commit 2846d35e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];