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:
commit
6f92a60a20
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "memory-allocator";
|
pname = "memory-allocator";
|
||||||
version = "0.1.0";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "memory_allocator";
|
pname = "memory_allocator";
|
||||||
sha256 = "sha256-UUcR71e3eAQIQpmWM+AVQxVtgHvrNjaIlHo5pURUln0=";
|
sha256 = "ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cython ];
|
propagatedBuildInputs = [ cython ];
|
||||||
|
|
Loading…
Reference in a new issue