python3Packages.amazon-ion: 0.11.3 -> 0.12.0

https://github.com/amazon-ion/ion-python/releases/tag/v0.12.0
This commit is contained in:
Martin Weinelt 2024-03-08 02:39:06 +01:00
parent ba44a74a9f
commit 2bedfee8c5

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "amazon-ion";
version = "0.11.3";
version = "0.12.0";
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-wA24ASd6+rTAqHNQ9ZGMnCK9ykJjogCtEWfrXY1B87o=";
hash = "sha256-L21FYl4Q+nhB3CU1maOxBHSLU+ox1POHtMio8SSZ/r0=";
};
postPatch = ''