Merge pull request #247142 from fabaff/memray-bump

memray: 1.9.0 -> 1.9.1
This commit is contained in:
Robert Scott 2023-08-04 21:46:48 +01:00 committed by GitHub
commit 7231d2d52c
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.9.0";
version = "1.9.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "bloomberg";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fXA98kw+2NlbWTLXWK875t1RBIXH2a0SgS+0OseODKI=";
hash = "sha256-DaJ1Hhg7q4ckA5feUx0twOsmy28v5aBBCTUAkn43xAo=";
};
nativeBuildInputs = [