Unverified Commit b6b0b091 authored by Andrei Lapshin's avatar Andrei Lapshin
Browse files

beanprice: 1.2.1-unstable-2024-06-19 -> 2.0.0

parent cc354c45
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "beanprice";
  version = "1.2.1-unstable-2024-06-19";
  version = "2.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "beancount";
    repo = "beanprice";
    rev = "e894c9182f4d16f9a46ccb87bdaeca1a7dede040";
    hash = "sha256-l96W77gldE06Za8fj84LADGCqlYeWlHKvWQO+oLy1gI=";
    tag = "v${version}";
    hash = "sha256-+bqYnTzZByJlCPUhThM2B9UjgdWzjF21Yiw3fQAZ6k4=";
  };

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

  pythonImportsCheck = [ "beancount" ];
  pythonImportsCheck = [ "beanprice" ];

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