mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:07:35 +00:00
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:
parent
2d419e7e00
commit
2813a59c9d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user