python311Packages.datafusion: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-01 22:01:13 +02:00 committed by GitHub
parent 75fea21c44
commit 01d15621fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
name = "datafusion-source";
owner = "apache";
repo = "arrow-datafusion-python";
rev = "23.0.0";
rev = "refs/tags/${version}";
hash = "sha256-ndee7aNmoTtZyfl9UUXdNVHkp0GAuJWkyfZJyRrGwn8=";
};
@ -79,6 +79,7 @@ buildPythonPackage rec {
that uses Apache Arrow as its in-memory format.
'';
homepage = "https://arrow.apache.org/datafusion/";
changelog = "https://github.com/apache/arrow-datafusion-python/blob/${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ cpcloud ];
};