python3Packages.amazon-ion: 0.12.0 -> 0.13.0

https://github.com/amazon-ion/ion-python/releases/tag/v0.13.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:34 +01:00
parent f33311a0cf
commit 8009c25b66
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "amazon-ion";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
tag = "v${version}";
# Test vectors require git submodule
fetchSubmodules = true;
hash = "sha256-L21FYl4Q+nhB3CU1maOxBHSLU+ox1POHtMio8SSZ/r0=";
hash = "sha256-ZnslVmXE2YvTAkpfw2lbpB+uF85n/CvA22htO/Y7yWk=";
};
postPatch = ''
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python implementation of Amazon Ion";
homepage = "https://github.com/amazon-ion/ion-python";
changelog = "https://github.com/amazon-ion/ion-python/releases/tag/v${version}";
changelog = "https://github.com/amazon-ion/ion-python/releases/tag/${src.tag}";
sourceProvenance = with sourceTypes; [
fromSource
binaryNativeCode