nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.datafusion: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
01d15621 75fea21c

+2 -1
+2 -1
pkgs/development/python-modules/datafusion/default.nix
··· 39 39 name = "datafusion-source"; 40 40 owner = "apache"; 41 41 repo = "arrow-datafusion-python"; 42 - rev = "23.0.0"; 42 + rev = "refs/tags/${version}"; 43 43 hash = "sha256-ndee7aNmoTtZyfl9UUXdNVHkp0GAuJWkyfZJyRrGwn8="; 44 44 }; 45 45 ··· 79 79 that uses Apache Arrow as its in-memory format. 80 80 ''; 81 81 homepage = "https://arrow.apache.org/datafusion/"; 82 + changelog = "https://github.com/apache/arrow-datafusion-python/blob/${version}/CHANGELOG.md"; 82 83 license = with licenses; [ asl20 ]; 83 84 maintainers = with maintainers; [ cpcloud ]; 84 85 };