python311Packages.stone: 3.3.1 -> 3.3.3

Diff: https://github.com/dropbox/stone/compare/refs/tags/v3.3.1...v3.3.3

Changelog: https://github.com/dropbox/stone/releases/tag/v3.3.3

Changed files
+3 -6
pkgs
development
python-modules
stone
+3 -6
pkgs/development/python-modules/stone/default.nix
···
buildPythonPackage rec {
pname = "stone";
-
version = "3.3.1";
+
version = "3.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "dropbox";
repo = "stone";
rev = "refs/tags/v${version}";
-
hash = "sha256-0FWdYbv+paVU3Wj6g9OrSNUB0pH8fLwTkhVIBPeFB/U=";
+
hash = "sha256-l86j2fd6x57bKt/TFGiyg+ZFjZFFCo43rE48MoPvXWc=";
};
postPatch = ''
-
# https://github.com/dropbox/stone/issues/288
-
substituteInPlace stone/frontend/ir_generator.py \
-
--replace-fail "inspect.getargspec" "inspect.getfullargspec"
substituteInPlace setup.py \
-
--replace-fail "'pytest-runner == 5.2.0'," ""
+
--replace-fail "'pytest-runner == 5.3.2'," ""
'';
build-system = [