From c1b1608958f2bccce953c4c0b9013b0f49542fb1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 May 2023 06:14:58 +0000 Subject: [PATCH 1/2] python310Packages.beancount-parser: 0.1.23 -> 0.2.0 --- pkgs/development/python-modules/beancount-parser/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/beancount-parser/default.nix b/pkgs/development/python-modules/beancount-parser/default.nix index 9af5fcd28fb4..b7fe986209fb 100644 --- a/pkgs/development/python-modules/beancount-parser/default.nix +++ b/pkgs/development/python-modules/beancount-parser/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "beancount-parser"; - version = "0.1.23"; + version = "0.2.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "LaunchPlatform"; repo = "beancount-parser"; rev = "refs/tags/${version}"; - hash = "sha256-3pO1HvH3R2RpNFtplWyaXxqZy0caAoAxlmfSKmjkvKQ="; + hash = "sha256-VSl+Jde/mDSUpICXjmPKID6qZiKUUaK8ixztP1qaoDM="; }; buildInputs = [ From 6241426029577e4bc7bd287946951f52b47be1ca Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 20 May 2023 11:50:54 +0100 Subject: [PATCH 2/2] beancount-black: 0.2.0 -> 0.2.1 https://github.com/LaunchPlatform/beancount-black/releases/tag/0.2.1 --- pkgs/development/python-modules/beancount-black/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/beancount-black/default.nix b/pkgs/development/python-modules/beancount-black/default.nix index 014b01439f20..9dcd709bff11 100644 --- a/pkgs/development/python-modules/beancount-black/default.nix +++ b/pkgs/development/python-modules/beancount-black/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "beancount-black"; - version = "0.2.0"; + version = "0.2.1"; disabled = pythonOlder "3.9"; format = "pyproject"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "LaunchPlatform"; repo = "beancount-black"; rev = version; - hash = "sha256-1n+IADiGUsi69XoxO4Tjio2QdkJyoYZHgvYc646TuF4="; + hash = "sha256-wvAQnwnyHn5Koc/UN4zpJ3JDmFbDoUrpCTmJCpSP7Mg="; }; buildInputs = [