Merge pull request #272568 from fabaff/memray-bump
memray: 1.10.0 -> 1.11.0
This commit is contained in:
commit
b6f6533a40
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "memray";
|
pname = "memray";
|
||||||
version = "1.10.0";
|
version = "1.11.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bloomberg";
|
owner = "bloomberg";
|
||||||
repo = pname;
|
repo = "memray";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-DaJ1Hhg7q4ckA5feUx0twOsmy28v5aBBCTUAkn43xAo=";
|
hash = "sha256-DaJ1Hhg7q4ckA5feUx0twOsmy28v5aBBCTUAkn43xAo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -63,9 +63,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Memory profiler for Python";
|
description = "Memory profiler for Python";
|
||||||
homepage = "https://bloomberg.github.io/memray/";
|
homepage = "https://bloomberg.github.io/memray/";
|
||||||
|
changelog = "https://github.com/bloomberg/memray/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
changelog = "https://github.com/bloomberg/memray/releases/tag/${version}";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user