Unverified Commit 405994f9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

memray: 1.17.2 -> 1.18.0 (#436391)

parents 17db70fc b96d72bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;