memray: 1.2.0 -> 1.3.0

This commit is contained in:
Fabian Affolter 2022-08-19 11:13:29 +02:00
parent 6e665c4e29
commit d1843b4338

View file

@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "memray"; pname = "memray";
version = "1.2.0"; version = "1.3.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bloomberg"; owner = "bloomberg";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-MZOKo0VaCJM/YyvCByM5Yg7H/8onDKNSufBzr+GsFlo="; hash = "sha256-8uFAWcf9ookmFAnCdA97+oade+fECt58DuDSk1uTMQI=";
}; };
buildInputs = [ buildInputs = [
@ -33,6 +33,8 @@ python3.pkgs.buildPythonApplication rec {
checkInputs = with python3.pkgs; [ checkInputs = with python3.pkgs; [
pytestCheckHook pytestCheckHook
] ++ lib.optionals (pythonOlder "3.11") [
greenlet
]; ];
pythonImportsCheck = [ pythonImportsCheck = [