Unverified Commit 8a4f5a73 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.memray: 1.19.1 -> 1.19.2 (#499722)

parents 62776ab6 7538f4ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage (finalAttrs: {
  pname = "memray";
  version = "1.19.1";
  version = "1.19.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bloomberg";
    repo = "memray";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RdOtgNSkFIVl8Uve2iaJ7G0X1IHJ/Yo4h8hWP3pTV8g=";
    hash = "sha256-z9/6BKVhaaZwu/MvIXI4LsgVO73zVaiCYGJekzWW1mk=";
  };

  build-system = [