We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 320d937 + e5ed449 commit c6048b1Copy full SHA for c6048b1
pkgs/by-name/pr/pricehist/package.nix
@@ -6,14 +6,14 @@
6
7
python3Packages.buildPythonApplication rec {
8
pname = "pricehist";
9
- version = "1.4.7";
+ version = "1.4.14";
10
format = "pyproject";
11
12
src = fetchFromGitLab {
13
owner = "chrisberkhout";
14
repo = "pricehist";
15
tag = version;
16
- hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
+ hash = "sha256-BnyoSYVjs2odnOzSpvgMF860PDkz7tPNnM0s3Fep5G0=";
17
};
18
19
pythonRelaxDeps = [ "lxml" ];
0 commit comments