memray: 1.17.2 -> 1.18.0 (#436391)

This commit is contained in:
Fabian Affolter
2025-08-28 12:12:23 +02:00
committed by GitHub
+3 -3
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "memray";
version = "1.17.2";
version = "1.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bloomberg";
repo = "memray";
tag = "v${version}";
hash = "sha256-n000m2jIJJFZFTjfECS3gFrO6xHauZW46xe1tDqI6Lg=";
hash = "sha256-bShFMuDJlvBA3rQJRwXlsgRk4q+gdFQjOpDzOrp4/8k=";
};
build-system = with python3Packages; [
@@ -77,7 +77,7 @@ python3Packages.buildPythonApplication rec {
meta = {
description = "Memory profiler for Python";
homepage = "https://bloomberg.github.io/memray/";
changelog = "https://github.com/bloomberg/memray/releases/tag/v${src.tag}";
changelog = "https://github.com/bloomberg/memray/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
platforms = lib.platforms.linux;