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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user