Commit e5ed4494 authored by Ben Siraphob's avatar Ben Siraphob
Browse files

pricehist: 1.4.7 -> 1.4.14

parent da72f822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];