Merge pull request #246213 from fabaff/memray-bump

memray: 1.8.1 -> 1.9.0
This commit is contained in:
Robert Scott 2023-07-30 23:26:46 +01:00 committed by GitHub
commit 3f9fd9a39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "memray";
version = "1.8.1";
version = "1.9.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "bloomberg";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ztoIUYuXfD8Mgj5vIsZnpuF8a5F9Za6xXHKW0Hscz20=";
hash = "sha256-fXA98kw+2NlbWTLXWK875t1RBIXH2a0SgS+0OseODKI=";
};
nativeBuildInputs = [