Merge pull request #217776 from fabaff/memray-bump

memray: 1.6.0 -> 1.7.0
This commit is contained in:
Fabian Affolter 2023-02-23 09:29:48 +01:00 committed by GitHub
commit 42d5f3bb26
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.6.0";
version = "1.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "bloomberg";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-iIbx8vK4xAFfTVO4oJ5ELNKn19Tw6LPgwEi6eFOA5yo=";
hash = "sha256-FM6DVBnYgvciTeF9bf2NDvHGsnccxKqcR5ATj6daQ4w=";
};
nativeBuildInputs = [