pricehist: 1.4.7 -> 1.4.14 (#462984)

This commit is contained in:
Ben Siraphob
2025-11-18 22:20:14 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "pricehist";
version = "1.4.7";
version = "1.4.14";
format = "pyproject";
src = fetchFromGitLab {
owner = "chrisberkhout";
repo = "pricehist";
tag = version;
hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
hash = "sha256-BnyoSYVjs2odnOzSpvgMF860PDkz7tPNnM0s3Fep5G0=";
};
pythonRelaxDeps = [ "lxml" ];