mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #259325 from fabaff/memray-bump
memray: 1.9.1 -> 1.10.0
This commit is contained in:
commit
14f9a7faf7
@ -8,13 +8,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "memray";
|
||||
version = "1.9.1";
|
||||
version = "1.10.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bloomberg";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-DaJ1Hhg7q4ckA5feUx0twOsmy28v5aBBCTUAkn43xAo=";
|
||||
};
|
||||
|
||||
@ -66,6 +66,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
platforms = platforms.linux;
|
||||
changelog = "https://github.com/bloomberg/memray/releases/tag/v${version}";
|
||||
changelog = "https://github.com/bloomberg/memray/releases/tag/${version}";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user