pricehist: 1.4.6 -> 1.4.7

- update to 1.4.7
- remove relaxPythonDeps entry that is no longer needed
This commit is contained in:
squalus 2024-07-12 09:51:15 -07:00
parent 2d419e7e00
commit 2813a59c9d

View File

@ -13,14 +13,14 @@
buildPythonApplication rec {
pname = "pricehist";
version = "1.4.6";
version = "1.4.7";
format = "pyproject";
src = fetchFromGitLab {
owner = "chrisberkhout";
repo = "pricehist";
rev = version;
hash = "sha256-RMZKp0JXQLt9tBZPkb3e/au85lV/FkRBCRYzd2lgUPc=";
hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
};
propagatedBuildInputs = [
@ -40,10 +40,6 @@ buildPythonApplication rec {
pytestCheckHook
];
pythonRelaxDeps = [
# https://gitlab.com/chrisberkhout/pricehist/-/issues/6
"lxml"
];
meta = with lib; {
description = "Command-line tool for fetching and formatting historical price data, with support for multiple data sources and output formats";
homepage = "https://gitlab.com/chrisberkhout/pricehist";