python3Packages.beancount: 3.1.0 -> 3.2.0

R. Ryantm ee63660e ee164a70

Changed files
+2 -2
pkgs
development
python-modules
beancount
+2 -2
pkgs/development/python-modules/beancount/default.nix
···
}:
buildPythonPackage rec {
-
version = "3.1.0";
+
version = "3.2.0";
pname = "beancount";
pyproject = true;
···
owner = "beancount";
repo = "beancount";
tag = version;
-
hash = "sha256-ogjBW/NGlMmhYlzcx3EWWoVi+OOEv2Wm49tzwMiNb8A=";
+
hash = "sha256-XWTgaBvB4/SONL44afvprZwJUVrkoda5XLGNxad0kec=";
};
build-system = [