Merge pull request #211739 from fabaff/memray-bump

memray: 1.5.0 -> 1.6.0
This commit is contained in:
Fabian Affolter 2023-01-20 11:02:19 +01:00 committed by GitHub
commit 36980d52d2
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.5.0";
version = "1.6.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "bloomberg";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BnsboMjlMDfDsqR3UU/bxQpyUaqCDuglaqwTPOF79Fc=";
hash = "sha256-iIbx8vK4xAFfTVO4oJ5ELNKn19Tw6LPgwEi6eFOA5yo=";
};
nativeBuildInputs = [