Merge pull request #239158 from fabaff/memray-bump

memray: 1.8.0 -> 1.8.1
This commit is contained in:
figsoda 2023-06-22 11:19:19 -04:00 committed by GitHub
commit eb62ecfe1d
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.0";
version = "1.8.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "bloomberg";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jn14bWluN8kApIVpXX5TeoFA1FDTlkOaz6QfFSz0ojU=";
hash = "sha256-ztoIUYuXfD8Mgj5vIsZnpuF8a5F9Za6xXHKW0Hscz20=";
};
nativeBuildInputs = [