From ee63660e0e9a4954ead9f38559cd97c0221053ac Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 Sep 2025 00:30:15 +0000 Subject: [PATCH] python3Packages.beancount: 3.1.0 -> 3.2.0 --- pkgs/development/python-modules/beancount/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/beancount/default.nix b/pkgs/development/python-modules/beancount/default.nix index 55671d7d987b..90b763598e74 100644 --- a/pkgs/development/python-modules/beancount/default.nix +++ b/pkgs/development/python-modules/beancount/default.nix @@ -14,7 +14,7 @@ }: buildPythonPackage rec { - version = "3.1.0"; + version = "3.2.0"; pname = "beancount"; pyproject = true; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "beancount"; repo = "beancount"; tag = version; - hash = "sha256-ogjBW/NGlMmhYlzcx3EWWoVi+OOEv2Wm49tzwMiNb8A="; + hash = "sha256-XWTgaBvB4/SONL44afvprZwJUVrkoda5XLGNxad0kec="; }; build-system = [