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
+2 -2
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 = [