beancount-ing-diba: 0.6.0 -> 1.1.0 (#404849)
This commit is contained in:
commit
1405c669ff
@ -2,30 +2,28 @@
|
|||||||
lib,
|
lib,
|
||||||
python3,
|
python3,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
beangulp,
|
||||||
|
beancount,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "beancount-ing-diba";
|
pname = "beancount-ing-diba";
|
||||||
version = "0.6.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "siddhantgoel";
|
owner = "siddhantgoel";
|
||||||
repo = "beancount-ing-diba";
|
repo = "beancount-ing-diba";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-1cdXqdeTz38n0g13EXJ1/IF/gJJCe1uL/Z5NJz4DL+E=";
|
sha256 = "sha256-zjwajl+0ix4wnW0bf4MAuO9Lr9F8sBv87TIL5Ghmlxg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "use-poetry-core.patch";
|
|
||||||
url = "https://github.com/siddhantgoel/beancount-ing/commit/2d030330eed313a32c3968a2c8ce9400c6d18a41.patch";
|
|
||||||
hash = "sha256-6v7eQhgj6d4x9uWSyuO3IxXrSWkJZRS/M4N3j0H3R/U=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
beancount
|
||||||
|
beangulp
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|||||||
@ -14981,7 +14981,9 @@ with pkgs;
|
|||||||
physfs = physfs_2;
|
physfs = physfs_2;
|
||||||
};
|
};
|
||||||
|
|
||||||
beancount-ing-diba = callPackage ../applications/office/beancount/beancount-ing-diba.nix { };
|
beancount-ing-diba = callPackage ../applications/office/beancount/beancount-ing-diba.nix {
|
||||||
|
inherit (python3Packages) beancount beangulp;
|
||||||
|
};
|
||||||
|
|
||||||
beancount-share = callPackage ../applications/office/beancount/beancount_share.nix {
|
beancount-share = callPackage ../applications/office/beancount/beancount_share.nix {
|
||||||
inherit (python3Packages) beancount beancount-plugin-utils;
|
inherit (python3Packages) beancount beancount-plugin-utils;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user