python311Packages.stone: 3.3.3 -> 3.3.6

This commit is contained in:
R. Ryantm
2024-05-19 07:49:28 +00:00
parent 8535fb9266
commit d6c6097aac
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "stone";
version = "3.3.3";
version = "3.3.6";
pyproject = true;
# distutils removal, https://github.com/dropbox/stone/issues/323
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dropbox";
repo = "stone";
rev = "refs/tags/v${version}";
hash = "sha256-l86j2fd6x57bKt/TFGiyg+ZFjZFFCo43rE48MoPvXWc=";
hash = "sha256-Og0hUUCCd9wRdHUhZBl62rDAunP2Bph5COsCw/T1kUA=";
};
postPatch = ''