Skip to content

Commit b6b0b09

Browse files
committed
beanprice: 1.2.1-unstable-2024-06-19 -> 2.0.0
1 parent cc354c4 commit b6b0b09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/be/beanprice/package.nix

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

77
python3Packages.buildPythonApplication rec {
88
pname = "beanprice";
9-
version = "1.2.1-unstable-2024-06-19";
9+
version = "2.0.0";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "beancount";
1414
repo = "beanprice";
15-
rev = "e894c9182f4d16f9a46ccb87bdaeca1a7dede040";
16-
hash = "sha256-l96W77gldE06Za8fj84LADGCqlYeWlHKvWQO+oLy1gI=";
15+
tag = "v${version}";
16+
hash = "sha256-+bqYnTzZByJlCPUhThM2B9UjgdWzjF21Yiw3fQAZ6k4=";
1717
};
1818

1919
build-system = with python3Packages; [ setuptools ];
@@ -31,9 +31,10 @@ python3Packages.buildPythonApplication rec {
3131
regex
3232
];
3333

34-
pythonImportsCheck = [ "beancount" ];
34+
pythonImportsCheck = [ "beanprice" ];
3535

3636
meta = {
37+
broken = lib.versionOlder python3Packages.beancount.version "3";
3738
homepage = "https://github.com/beancount/beanprice";
3839
description = "Price quotes fetcher for Beancount";
3940
longDescription = ''

0 commit comments

Comments
 (0)