python38Packages.memory-allocator: 0.1.0 -> 0.1.2

This commit is contained in:
R. Ryantm
2021-12-07 06:04:01 +00:00
parent 2853aa3477
commit 7a336e07f8
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "memory-allocator";
version = "0.1.0";
version = "0.1.2";
src = fetchPypi {
inherit version;
pname = "memory_allocator";
sha256 = "sha256-UUcR71e3eAQIQpmWM+AVQxVtgHvrNjaIlHo5pURUln0=";
sha256 = "ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9";
};
propagatedBuildInputs = [ cython ];