File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/by-name/be/beanprice Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 66
77python3Packages . 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 = ''
You can’t perform that action at this time.
0 commit comments