python3Packages.amazon-ion: 0.11.2 -> 0.11.3

https://github.com/amazon-ion/ion-python/releases/tag/v0.11.3
This commit is contained in:
Martin Weinelt
2023-12-20 20:17:17 +01:00
parent ae1b04a3eb
commit 2f0f184a5f
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "amazon-ion";
version = "0.11.2";
version = "0.11.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
rev = "refs/tags/v${version}";
# Test vectors require git submodule
fetchSubmodules = true;
hash = "sha256-0/+bX02qTbOydWDxex4OWL7woP7dW1yJZBmDZAivE7U=";
hash = "sha256-wA24ASd6+rTAqHNQ9ZGMnCK9ykJjogCtEWfrXY1B87o=";
};
postPatch = ''