3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205488 from r-ryantm/auto-update/memray

memray: 1.4.1 -> 1.5.0
This commit is contained in:
Fabian Affolter 2022-12-10 18:42:36 +01:00 committed by GitHub
commit 10b5545297
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.4.1";
version = "1.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "bloomberg";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Lq2qDTGkyG3qZaxF3umUHBWf0Dgy1ds6bTUe4y3u7Qc=";
hash = "sha256-BnsboMjlMDfDsqR3UU/bxQpyUaqCDuglaqwTPOF79Fc=";
};
nativeBuildInputs = [