python3Packages.monarchmoneycommunity: 1.3.0 -> 1.3.2 (#529314)

This commit is contained in:
Sandro
2026-06-08 10:33:07 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "monarchmoneycommunity";
version = "1.3.0";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bradleyseanf";
repo = "monarchmoneycommunity";
tag = "v${finalAttrs.version}";
hash = "sha256-xJKsA6YCcwWeqGiNYuMUjrPnj1kYtR6odB/JU1vZ/3c=";
hash = "sha256-WWwxCL5LNIMqt+K2AmFuCQtx/i7MtyCsTxagz1GMw+g=";
};
build-system = [ setuptools ];
@@ -22,6 +22,8 @@ buildPythonPackage (finalAttrs: {
build-system = [ hatchling ];
pythonRelaxDeps = [ "monarchmoneycommunity" ];
dependencies = [
monarchmoneycommunity
rich