Merge pull request #149266 from r-ryantm/auto-update/python38Packages.memory-allocator

python38Packages.memory-allocator: 0.1.0 -> 0.1.2
This commit is contained in:
Ryan Mulligan 2021-12-07 07:17:25 -08:00 committed by GitHub
commit 6f92a60a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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