2 , buildPythonApplication
14 buildPythonApplication rec {
19 src = fetchFromGitLab {
20 owner = "chrisberkhout";
23 hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
26 propagatedBuildInputs = [
44 description = "Command-line tool for fetching and formatting historical price data, with support for multiple data sources and output formats";
45 homepage = "https://gitlab.com/chrisberkhout/pricehist";
46 license = licenses.mit;
47 mainProgram = "pricehist";
48 maintainers = with maintainers; [ chrpinedo ];