Skip to content

Commit c6048b1

Browse files
authored
pricehist: 1.4.7 -> 1.4.14 (#462984)
2 parents 320d937 + e5ed449 commit c6048b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/pricehist/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "pricehist";
9-
version = "1.4.7";
9+
version = "1.4.14";
1010
format = "pyproject";
1111

1212
src = fetchFromGitLab {
1313
owner = "chrisberkhout";
1414
repo = "pricehist";
1515
tag = version;
16-
hash = "sha256-SBRJxNnA+nOxO6h97WZZHwhxoXeNtb5+rDayn4Hw6so=";
16+
hash = "sha256-BnyoSYVjs2odnOzSpvgMF860PDkz7tPNnM0s3Fep5G0=";
1717
};
1818

1919
pythonRelaxDeps = [ "lxml" ];

0 commit comments

Comments
 (0)